Reduce contrast of '~' at end of file

The NonText highlight controls the display of the tildes at the end of the file.

Like other indicators, it can be distracting when editing, so likewise reducing its contrast.
This commit is contained in:
Reed Esau
2014-08-23 23:32:13 -06:00
parent 64dc737f75
commit 3bf4dc42cb

View File

@@ -188,7 +188,7 @@ call s:h("Todo", {"fg": s:actual_white, "bg": s:pink, "gui": "bold"
" ordered according to `:help hitest.vim`
call s:h("SpecialKey", {"fg": s:light_green})
call s:h("NonText", {"fg": s:medium_gray})
call s:h("NonText", {"fg": s:bg_subtle})
call s:h("Directory", {"fg": s:dark_blue})
call s:h("ErrorMsg", {"fg": s:pink})
call s:h("IncSearch", {"bg": s:yellow, "fg": s:light_black})