From 30867da8ef0b4b5ff098312e40fda585864935f8 Mon Sep 17 00:00:00 2001 From: gapato Date: Fri, 22 Oct 2021 10:16:39 +0200 Subject: fix(onedarker): fix color of concealed characters (#1817) --- lua/onedarker/highlights.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/onedarker/highlights.lua') 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" }, -- cgit v1.2.3