summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-03-18 15:28:08 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-03-18 15:28:08 +0100
commit047be7100f2929a521598707fe453c23ec48ab7a (patch)
tree613a4cb2a905af82345e8bc83f4237d11494992d
parent0ebfe3c4d1b2ebae2eaccdf846819e193d62fb60 (diff)
Update far highlights
-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 8eb1ad9..0d3845c 100644
--- a/lua/no-clown-fiesta/groups/highlights.lua
+++ b/lua/no-clown-fiesta/groups/highlights.lua
@@ -62,8 +62,8 @@ function M.highlight(palette, opts)
Title = { fg = palette.blue },
ErrorMsg = { fg = palette.error, bg = palette.bg, bold = true },
Search = { fg = palette.orange, bg = palette.alt_bg },
- IncSearch = { fg = palette.cursor_fg, bg = palette.alt_bg },
- Substitute = { fg = palette.alt_bg, bg = palette.gray_blue },
+ IncSearch = { fg = palette.alt_bg, bg = palette.sign_delete },
+ Substitute = { fg = palette.alt_bg, bg = palette.orange },
MoreMsg = { fg = palette.cyan },
Question = { fg = palette.cyan },
EndOfBuffer = { fg = palette.bg },