You are not logged in.
Pages: 1
Has anybody had any success getting the Solarized colorscheme to work properly with vim? My console colors are all messed up, and none of the "iTerm solarized + vim" issue suggestions I've found seem to work properly.
Offline
I have
if has('gui_running')
set background=light
else
set background=dark
endif
colorscheme solarizedin my .vimrc. I have solarized installed using pathogen.
Last edited by joek (2013-05-13 17:30:44)
Offline
Has anybody had any success getting the Solarized colorscheme to work properly with vim? My console colors are all messed up, and none of the "iTerm solarized + vim" issue suggestions I've found seem to work properly.
Works fine for me. If you're running vim from the command-line (and not GVim) then you'll probably have to install the solarized theme for your particular terminal emulator, too.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.