Remove fixed background on special key

This commit is contained in:
Patrick Stockwell
2021-11-13 23:18:05 +11:00
parent 4fe08e4440
commit 1eb70ea018

View File

@@ -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)