mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-13 12:23:49 -05:00
Remove fixed background on special key
This commit is contained in:
@@ -160,7 +160,7 @@ call Highlight("gitcommitSelectedFile", s:orange, s:none, s:none)
|
|||||||
call Highlight("gitcommitSummary", s:white, s:none, s:none)
|
call Highlight("gitcommitSummary", s:white, s:none, s:none)
|
||||||
call Highlight("gitcommitOverflow", s:magenta, 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("SpecialKey", s:dark_grey, s:none, s:none)
|
||||||
call Highlight("IncSearch", s:bright_yellow, s:black, s:bold_underline)
|
call Highlight("IncSearch", s:bright_yellow, s:black, s:bold_underline)
|
||||||
call Highlight("Search", s:black, s:bright_yellow, s:bold)
|
call Highlight("Search", s:black, s:bright_yellow, s:bold)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user