diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 02:07:32 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 02:07:32 +0200 |
commit | 69f2278034afc5f8b1a51e920975c9913aa9b3ae (patch) | |
tree | 18f6a0d0d2ce9f7f6b96ae22cad25b7f74b0b8b5 /lua/no-clown-fiesta | |
parent | 9833e7e1f17a83a21f0e6c05316f864914b0793f (diff) |
Update inc search to light gray
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index e386ab4..62c0491 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -48,7 +48,7 @@ local highlights = { Title = { fg = C.blue }, ErrorMsg = { fg = C.error_red, bg = C.bg, style = "bold" }, Search = { fg = C.hint_green, bg = C.alt_bg }, - IncSearch = { fg = C.gray, bg = C.alt_bg }, + IncSearch = { fg = C.light_gray, bg = C.alt_bg }, Substitute = { fg = C.alt_bg, bg = C.gray_blue }, MoreMsg = { fg = C.cyan }, Question = { fg = C.cyan }, |