I've compiled rxvt-unicode with the 256-use flag and I've tried several things like setting the name of my terminal in .Xresources to rxvt-256color and of course I've tried all the "guicolorscheme.vim" / "CSApprox.vim" plugins but the colorthemes don't work.
the "GuiColorScheme" command is recognized in vim, and I've set t_Co=256.
my .vimrc:
Code: Select all
set t_Co=256
set cindent
set autowrite
set mouse=a
set ruler
set nu
syntax on
set tabstop=3
set shiftwidth=3
set smarttab
set autoindent
set nocompatible
set expandtab
if (&t_Co == 256) && filereadable (expand ("$HOME/.vim/plugin/guicolorscheme.vim"))
runtime! plugin/guicolorscheme.vim
GuiColorScheme darkrobot
endif
http://bpaste.net/show/89484/



