rakr / vim-two-firewatch

A blend between duotone light and firewatch for atom
462 stars 42 forks source link

256 Color Support #7

Open HptmHavoc opened 7 years ago

HptmHavoc commented 7 years ago

Hi,

i really like this theme, unfortunately it can't be used with 256 color terminals like xterm and urxvt. Maybe it is too much to ask for it, but could you add 256 color support in your theme ?

Thanks

rakr commented 7 years ago

Hi, thanks for the feedback.

The only viable option that I can think of to adapt this colorscheme to 256 cooler terminals would be to tweak the terminal colours. As I am not that knowledgeable in this area I am not planning to tackle this problem yet.

That being said I'll keep the issue open if someone in the community wants to try something, this would be really appreciated.

fluffywaffles commented 7 years ago

Couldn't you use something like CSApprox or CSExact?

Also vim and neovim both support true color, as do tmux, screen, etc. The only thing keeping you from using this colorscheme in the terminal is your choice of emulator. If you are open to an alternative to urxvt that is similarly barebones and easy to configure, I'd recommend st. You could always choose any of the true color supporting emulators listed here, too.

Druanae commented 7 years ago

This works fine for me if I add the line set termguicolors

kkpattern commented 6 years ago

@Druanae Thank you, this works for me too.