summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/groups/highlights.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-08 11:57:41 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-08 11:57:41 +0100
commit13cc453536a7c0f916724192f2229f7198c8885f (patch)
treeace2ee33f8d95ddd23d38415b700e1c34e5c4f4a /lua/no-clown-fiesta/groups/highlights.lua
parent9488e253046e4a2d41bfb29435cb1525ae45b1b4 (diff)
Add some support for noice
Diffstat (limited to 'lua/no-clown-fiesta/groups/highlights.lua')
-rw-r--r--lua/no-clown-fiesta/groups/highlights.lua4
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 },