vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.05k stars 350 forks source link

Use 256 colors if available for base16_tomorrow #115

Closed tanzeeb closed 6 years ago

tanzeeb commented 7 years ago

The upstream base16-tomorrow-night vim colorscheme uses slightly better colors if 256 colors are available (indicated by the 'base16colorspace' variable). This update matches the color selection used in the upstream colorscheme.

See base16-vim for more details: https://github.com/chriskempson/base16-vim/blob/master/colors/base16-tomorrow-night.vim

chrisbra commented 7 years ago

i think those changes should be documented

chrisbra commented 7 years ago

ping. please amend the commit with the documentation of the base16colorspace variable and squash into a single commit. thanks.

tanzeeb commented 7 years ago

Thanks @chrisbra, updated the commit message.

chrisbra commented 6 years ago

please include a small change in the documentation

chrisbra commented 6 years ago

ping