diff --git a/.config/nvim/lua/plugins/ashen.lua b/.config/nvim/lua/plugins/ashen.lua index 57bb43e2..1be8fd8d 100644 --- a/.config/nvim/lua/plugins/ashen.lua +++ b/.config/nvim/lua/plugins/ashen.lua @@ -9,13 +9,11 @@ return { dev = true, opts = { colors = { - background = "#121212", + -- background = "#121212", -- background = "#000000", }, hl = { - -- Normal = { - -- "#FFFFFF", - -- }, + force_override = { Normal = { "#FFFFFF", "#000000" } }, }, }, },