diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 02:01:38 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 02:01:38 +0200 |
commit | 8eeb482f8da69febc04f3a623536bf53a84bcf6b (patch) | |
tree | 0d153e02852ab01864ab53a7c47248181503137e /lua/no-clown-fiesta | |
parent | 7567355c95c0c770dde9ff1c3775495adeecb5de (diff) |
Update search color
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 5b562c8..60e06d1 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -47,7 +47,7 @@ local highlights = { SpecialKey = { fg = C.blue }, Title = { fg = C.blue }, ErrorMsg = { fg = C.error_red, bg = C.bg, style = "bold" }, - Search = { fg = C.hint_green, bg = C.alt_bg }, + Search = { fg = C.gray_blue, bg = C.alt_bg }, IncSearch = { fg = C.hint_green, bg = C.alt_bg }, Substitute = { fg = C.alt_bg, bg = C.gray_blue }, MoreMsg = { fg = C.cyan }, |