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.
For some reason, it wasn't working because of theese lines:
set termguicolors
set t_Co=256
That's the .vimrc fixed.