diff options
-rw-r--r-- | lua/onedarker/highlights.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/onedarker/highlights.lua b/lua/onedarker/highlights.lua index 28e7c07f..2869977c 100644 --- a/lua/onedarker/highlights.lua +++ b/lua/onedarker/highlights.lua @@ -42,7 +42,7 @@ local highlights = { CursorIM = { fg = C.cursor_fg, bg = C.cursor_bg }, TermCursor = { fg = C.cursor_fg, bg = C.cursor_bg }, TermCursorNC = { fg = C.cursor_fg, bg = C.cursor_bg }, - Conceal = { fg = C.accent }, + Conceal = { fg = C.accent, bg = Config.transparent_background and "NONE" or C.bg }, Directory = { fg = C.blue }, SpecialKey = { fg = C.blue, style = "bold" }, Title = { fg = C.blue, style = "bold" }, |