Skip to content

Commit 9e144fe

Browse files
authored
Merge pull request #19 from gtklocker/incsearch
Colorize IncSearch differently from Search
2 parents c141e43 + 4af66a9 commit 9e144fe

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)