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