summaryrefslogtreecommitdiff
path: root/lua/onedarker/highlights.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-10-24 08:37:02 +0200
committerkylo252 <[email protected]>2021-10-24 08:37:02 +0200
commit1f2167df0ea3f837c9c78a0137a888ca05e5e83a (patch)
tree6fd46809d7dd4ff7fffae00b257579397de793cd /lua/onedarker/highlights.lua
parent30de3736baec9a72134205de91f3388e3ea68bcf (diff)
parent3dd60bd3d4165b14844a514d519f3810b8142a02 (diff)
Merge remote-tracking branch 'origin/rolling'
Diffstat (limited to 'lua/onedarker/highlights.lua')
-rw-r--r--lua/onedarker/highlights.lua2
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" },