mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
adds underline to IncSearch
This commit is contained in:
@@ -142,7 +142,7 @@ call Highlight("gitcommitSummary", s:white, s:none, s:none)
|
||||
call Highlight("gitcommitOverflow", s:magenta, s:none, s:none)
|
||||
|
||||
call Highlight("SpecialKey", s:dark_grey, s:darker_grey, s:none)
|
||||
call Highlight("IncSearch", s:bright_yellow, s:black, s:bold)
|
||||
call Highlight("IncSearch", s:bright_yellow, s:black, s:bold_underline)
|
||||
call Highlight("Search", s:black, s:bright_yellow, s:bold)
|
||||
|
||||
call Highlight("Identifier", s:light_blue, s:none, s:none)
|
||||
|
||||
Reference in New Issue
Block a user