diff options
Diffstat (limited to 'lua/no-clown-fiesta/groups/highlights.lua')
-rw-r--r-- | lua/no-clown-fiesta/groups/highlights.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/groups/highlights.lua b/lua/no-clown-fiesta/groups/highlights.lua index 9552bc4..cc7798f 100644 --- a/lua/no-clown-fiesta/groups/highlights.lua +++ b/lua/no-clown-fiesta/groups/highlights.lua @@ -75,13 +75,13 @@ function M.highlight(palette, opts) fg = palette.alt_bg, reverse = false, }, - Conceal = { fg = palette.medium_gray }, + Conceal = { fg = palette.fg }, Directory = { fg = palette.blue }, SpecialKey = { fg = palette.blue }, Title = { fg = palette.blue }, ErrorMsg = { fg = palette.error, bg = palette.bg, bold = true }, Search = { fg = palette.orange, bg = palette.alt_bg }, - IncSearch = { fg = palette.alt_bg, bg = palette.sign_delete }, + IncSearch = { fg = palette.alt_bg, bg = palette.orange }, Substitute = { fg = palette.alt_bg, bg = palette.orange }, MoreMsg = { fg = palette.cyan }, Question = { fg = palette.cyan }, |