Skip to content

Commit 4af66a9

Browse files
committed
Colorize IncSearch differently from Search
1 parent c141e43 commit 4af66a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/monokai.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ M.load_syntax = function(palette)
145145
},
146146
IncSearch = {
147147
fg = palette.base2,
148-
bg = palette.yellow,
148+
bg = palette.orange,
149149
},
150150
CursorLineNr = {
151151
fg = palette.orange,

0 commit comments

Comments
 (0)