widatama/vim-phoenix

Not working for Terminator

MarkOSullivan94 opened this issue · 2 comments

I've just tested this out for Terminator and I can't get the color scheme to work. If you've got it working for Terminator, could you provide instructions on how to do so?

Well, I have written in readme that there is no support for terminal yet :D

I am currently working on it, but it might not look as good as in gui because terminal color is limited.

In the meantime though, just use another colorscheme for terminal.

You can write something like this in your vimrc

if has("gui_running")
  colorscheme phoenix
else
  colorscheme default
endif

Will be keeping an eye on this repo for further updates for Terminator 👍

Thanks