commit b76da8e6e4e82715e8133a69b63d88b216260110
parent dbfbc70b983cfada46b0c7068c11de0c529c65fc
Author: bradenbest <bradentbest@gmail.com>
Date: Mon, 21 May 2018 18:15:59 -0600
small tweak
Changed SpecialKey background from black to default_bg.
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:sblue, s:black, 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)