diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 02:03:27 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 02:03:27 +0200 |
commit | df387ae687f3ae077c8b13b8acf12574d8c0b3c4 (patch) | |
tree | 3b3ff4289e9eb22d9179ce741f718ee459894951 /lua | |
parent | 8eeb482f8da69febc04f3a623536bf53a84bcf6b (diff) |
Update inc search color, revert search
Diffstat (limited to 'lua')
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index 60e06d1..957875d 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" }, - Search = { fg = C.gray_blue, bg = C.alt_bg }, - IncSearch = { fg = C.hint_green, bg = C.alt_bg }, + Search = { fg = C.hint_green, bg = C.alt_bg }, + IncSearch = { fg = C.gray_blue, bg = C.alt_bg }, Substitute = { fg = C.alt_bg, bg = C.gray_blue }, MoreMsg = { fg = C.cyan }, Question = { fg = C.cyan }, |