fresh: NonText as SpecialKey
Don't use `set highlight` to highlight `NonText` like `SpecialKey`, instead simply set the color of `NonText` in the colorscheme.
This commit is contained in:
@@ -112,7 +112,7 @@ if has('gui_running') || &t_Co == 256
|
||||
call s:hi('MatchParen', '', '', '')
|
||||
call s:hi('ModeMsg', '', '', '')
|
||||
call s:hi('MoreMsg', '12', '', '')
|
||||
call s:hi('NonText', '', '', '')
|
||||
call s:hi('NonText', '238', '', '')
|
||||
call s:hi('Normal', '7', '232', '')
|
||||
call s:hi('Pmenu', '', '235', '')
|
||||
call s:hi('PmenuSel', '', '', 'reverse')
|
||||
|
||||
Reference in New Issue
Block a user