diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 02:10:11 +0200 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-09 02:10:11 +0200 | 
| commit | 7ed5a9971ef0747f2c1c590246e08bb471a4673e (patch) | |
| tree | 37aed1ef5259e33d2c7231307d25515dfee08a64 | |
| parent | 69f2278034afc5f8b1a51e920975c9913aa9b3ae (diff) | |
Update search to yellow
| -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 62c0491..f970207 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.hint_green, bg = C.alt_bg },    IncSearch = { fg = C.light_gray, bg = C.alt_bg }, +  Search = { fg = C.info_yellow, bg = C.alt_bg },    Substitute = { fg = C.alt_bg, bg = C.gray_blue },    MoreMsg = { fg = C.cyan },    Question = { fg = C.cyan },  |