Colorscheme for vim works on termite and not on urxvt

2.9k views Asked by At

I've tried to install a bunch of colorscheme for vim, and they don't work on Urxvt terminal, while on Termite the only problem is that when I scroll the colors get messed up.

Color scheme problem
On the left Urxvt, on the right Termite

Echo of $TERM
URXVT: rxvt-unicode-256color
Termite: xterm-termite

That's my .vimrc file.

2

There are 2 answers

0
reuseman On BEST ANSWER

For some reason, it wasn't working because of theese lines:
set termguicolors
set t_Co=256
That's the .vimrc fixed.

2
Ziyadsk On

You should probably check your **.Xresources/.Xdefaults ** the problem can be from there . termite uses ~/.config/termite/config and Urxvt uses .Xresources .