diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-22 00:34:26 +0200 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-22 00:34:26 +0200 | 
| commit | f15dd60c9a69e285f390ae1a60f76227bb644b19 (patch) | |
| tree | cc942266426e0c061b35b31ab2b778aeb016f616 | |
| parent | 04d71a44f8c9ef1a9ad0ac8f6a5167d7172f2168 (diff) | |
Change search color to orange
| -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 f63b98c..8b8e49f 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.green, bg = C.alt_bg }, +  Search = { fg = C.orange, 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 },  |