summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-09 02:05:52 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-09 02:05:52 +0200
commit9833e7e1f17a83a21f0e6c05316f864914b0793f (patch)
tree7fc831c9bcc9a8d7bb69f299fadaf924dc3d0ead /lua/no-clown-fiesta
parentdf387ae687f3ae077c8b13b8acf12574d8c0b3c4 (diff)
Update yank to gray
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r--lua/no-clown-fiesta/highlights.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua
index 957875d..e386ab4 100644
--- a/lua/no-clown-fiesta/highlights.lua
+++ b/lua/no-clown-fiesta/highlights.lua
@@ -48,7 +48,7 @@ local highlights = {
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.gray_blue, bg = C.alt_bg },
+ IncSearch = { fg = C.gray, bg = C.alt_bg },
Substitute = { fg = C.alt_bg, bg = C.gray_blue },
MoreMsg = { fg = C.cyan },
Question = { fg = C.cyan },