mirror of
https://github.com/preservim/vim-colors-pencil.git
synced 2025-11-16 15:23:51 -05:00
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:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user