frc1418 / vim-victis

:art: Team 1418's theme for vim.
MIT License
1 stars 0 forks source link

Add terminal compatibility without `set termguicolors` #2

Closed ErikBoesen closed 6 years ago

ErikBoesen commented 6 years ago

ThemeCreator only specifies colors for the GUI version of vim. I've opened mswift42/themecreator#5 about this, but we need to put in 256color codes manually for now.

ErikBoesen commented 6 years ago

ThemeCreator will not be supporting this on the basis that you can using set termguicolors to enable using GUI colors in terminal automatically. Seems reasonable.

I still think, though, that we should add 256color codes anyway so we don't have to recommend this step.

ErikBoesen commented 6 years ago

While adding specific 256 color codes would probably be nice, we now run set termguicolors automatically, so this is sort of unnecessary.