diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-22 00:18:07 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-22 00:18:07 +0200 |
commit | 753d67cf5fce772c9acb9b0f638438730fb87cde (patch) | |
tree | 026e4659788a8193cea5e324820065c59e440bee | |
parent | 5d071b6d04bd28920bd8f851b82d62a862d01151 (diff) |
Update search to green
-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 d3ee47c..23d8c48 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.info_yellow, bg = C.alt_bg }, + Search = { fg = C.green, 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 }, |