summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-09 02:10:37 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-09 02:10:37 +0200
commit8d0c38ffb420a482f13ded36b9e333db7f705231 (patch)
treee1c4540c9a6595c31d003060dbb6d45d9fa403e6
parent7ed5a9971ef0747f2c1c590246e08bb471a4673e (diff)
Update inc search to cursor fg
-rw-r--r--lua/no-clown-fiesta/highlights.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua
index f970207..45a7b2a 100644
--- a/lua/no-clown-fiesta/highlights.lua
+++ b/lua/no-clown-fiesta/highlights.lua
@@ -47,8 +47,8 @@ local highlights = {
SpecialKey = { fg = C.blue },
Title = { fg = C.blue },
ErrorMsg = { fg = C.error_red, bg = C.bg, style = "bold" },
- IncSearch = { fg = C.light_gray, bg = C.alt_bg },
Search = { fg = C.info_yellow, bg = C.alt_bg },
+ IncSearch = { fg = C.cursor_fg, bg = C.alt_bg },
Substitute = { fg = C.alt_bg, bg = C.gray_blue },
MoreMsg = { fg = C.cyan },
Question = { fg = C.cyan },