Forget solarized in vim

This commit is contained in:
Johann Dreo 2014-02-18 21:22:14 +01:00
commit cc9fa93fc7

3
.vimrc
View file

@ -6,7 +6,8 @@ set guifont=Deja\ Vu\ Sans\ Mono\ 9
syntax on " syntax coloring by default
color solarized
let base16colorspace=256
color base16-railscasts-noj
set background=dark
if &t_Co >= 256 && ! has("gui_running")