set slate as gui colorscheme

This commit is contained in:
Thomas Ruoff
2011-10-25 22:42:11 +02:00
parent 1ee2c5ec34
commit c9667aeaab

8
vimrc
View File

@@ -75,10 +75,10 @@ endif
" COLOR SCHEME
set t_Co=256
set background=dark
"colorscheme solarized
"if has("gui_running")
" colorscheme railscast
"endif
"colorscheme slate
if has("gui_running")
colorscheme slate
endif
" FOLDING
set foldenable " enable folding