diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index 13f81cef..ec0ca39e 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -7,14 +7,14 @@ return { -- "folke/snacks.nvim", -- }, dev = true, - -- opts = { - -- -- -- colors = { blue = "#ffffff" }, - -- hl = { - -- -- Normal = { - -- -- "#FFFFFF", - -- -- }, - -- }, - -- }, + colors = { background = "#000000" }, + opts = { + hl = { + -- Normal = { + -- "#000000", + -- }, + }, + }, }, { "LazyVim/LazyVim",