KeitaNakamura / neodark.vim

A dark color scheme for vim
410 stars 34 forks source link

Add option to adjust visibility of comments and special characters #2

Open mattsoutherden opened 7 years ago

mattsoutherden commented 7 years ago

Adds new option g:neodark#visibility to change prominence of comments and special characters. This is roughly equivalent to the g:solarized_visibility option in Solarized.

Note: I wanted to try and keep the previous settings at the default, but I think the config makes more sense with high|default|low options rather than a default|low|lowest. The original neodark values are under the high setting.

Example:

visibility_options

KeitaNakamura commented 7 years ago

I'm sorry for my late reply. I'm happy to merge this PR. But I need to change all pictures in README.md because the PR changes the default color setting. Now I'm working on #5, so after that I'm going to merge this. :)

KeitaNakamura commented 7 years ago

I just realized that there will be no difference in color between comment and folded line if base3 is used for comment, which is difficult to see for me. Could you keep the original color of comment?

mattsoutherden commented 7 years ago

Sure.

Maybe I'll tweak it so that default has the original comment colour but slightly reduced special characters, and the low setting has both reduced.

I'll have a play. 😸