commit a30f02c1ee1b2716642c3b93c5b180364e40f380
parent a0a35fe0579f320c98df9375f37a1766603cef56
Author: Xavier Noria <fxn@hashref.com>
Date: Tue, 22 May 2018 14:36:51 +0200
Merge pull request #8 from bradens-forks/master
Changed listchars (:set list) highlight color so it looks more distin…
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/colors/monochrome.vim b/colors/monochrome.vim
@@ -91,7 +91,7 @@ call s:hi('Folded')
call s:hi('LineNr', s:dgray)
" Small arrow used for tabs.
-call s:hi('SpecialKey', s:default_fg, s:default_bg, s:bold)
+call s:hi('SpecialKey', s:sblue, s:default_bg, s:bold)
" File browsers.
call s:hi('Directory', s:white, s:default_bg, s:bold)