chriskempson / tomorrow-theme

Tomorrow Theme
Other
13.73k stars 3.17k forks source link

Apply changes of Tomorrow-Night.vim to other vim files #242

Closed yous closed 10 years ago

yous commented 10 years ago

TabLine, TabLineFill, SignColumn keywords and language specific highlightings.

chriskempson commented 10 years ago

Thanks :)

yous commented 10 years ago

I don't know how to deal with these lines https://github.com/chriskempson/tomorrow-theme/blob/master/vim/colors/Tomorrow-Night.vim#L21-27, Where 'Console 256 Colours' are from?

chriskempson commented 10 years ago

When running Vim in a terminal emulator the theme makes use of colours taken from the 256 colour palette available to terminal applications.

yous commented 10 years ago

Then how can I select that colors for other themes? Adding colors that I think appropriate is the only way?

chriskempson commented 10 years ago

Perhaps take a look at the next version of Tomorrow theme called Base16 (https://github.com/chriskempson/base16). This fixes that problem.