sonph / onehalf

Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.
MIT License
1.78k stars 236 forks source link

VIM NonText Color should match be less visually intrusive #96

Closed RussBrown00 closed 3 years ago

RussBrown00 commented 3 years ago

The current setting call s:h("NonText", s:fg, "", "") Should really be a darker color closer the the background color for improved readability/usability. Something even closer to the comment color would work, but I'm personally using: hi NonText guifg=#474d59 ctermfg=237 and it's a massive improvement.

OLD: image

CHANGE SUGGESTION: image

sonph commented 3 years ago

Yep totally agree with you. I haven't used vim in a while and don't enable :set list so I wasn't aware of that. If the comment fg color works, do you mind creating a pull request similar to #94?

sonph commented 3 years ago

Fixed in #97 🍻