chriskempson / vim-tomorrow-theme

Tomorrow Theme for Vim
http://github.com/chriskempson/tomorrow-theme
283 stars 141 forks source link

Fixes missing s:window and aqua declarations #10

Closed matthewotto closed 12 years ago

matthewotto commented 12 years ago

Adds missing declarations for s:window in the Tomorrow, Tomorrow Night Bright, Tomorrow Night Blue, and Tomorrow Night Eighites themes. For the Tomorrow Night Bright and Tomorrow Night Eighties themes, the s:window value was set to the same value as was set in Tomorrow Night. For the Tomorrow Night Blue and Tomorrow themes, the current line color as specified at https://github.com/ChrisKempson/Tomorrow-Theme was used

Also added a missing aqua declaration to the Tomorrow theme. This was set to the value specified in the above link.

matthewotto commented 12 years ago

This should fix Issues #8

sineraves commented 12 years ago

Yes please!

aaronbieber commented 12 years ago

This is the exact problem that I was having! Thanks, matthewotto.

joonro commented 12 years ago

It fixed my problem as well. Thanks!

chriskempson commented 12 years ago

Thanks!