KeitaNakamura / neodark.vim

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

New feature to use your favorite background color #5

Closed KeitaNakamura closed 7 years ago

KeitaNakamura commented 7 years ago

I plan to implement a new feature of neodark which allows to use your favorite background color. Currently, 4 background colors are supported (default, black, gray and brown), and you can choose as

let g:neodark#background='black'

In the new feature, you can change the background color as

let g:neodark#background='#191919'

Neodark uses 5 base colors and one is a background color, so the other 4 base colors are automatically generated by changing the value of lightness based on HSL of background color (see wikipedia)

After implementing this feature, following options will not supported.

I think this feature can fix the issue #1.

KeitaNakamura commented 7 years ago

Done in v2.0.0.