do not explicitly set theme and color number

This commit is contained in:
Thomas Ruoff
2012-03-04 22:29:17 +01:00
parent 5e18639dcc
commit d2a2aa4746
3 changed files with 8 additions and 5 deletions

9
vimrc
View File

@@ -72,12 +72,11 @@ if v:version >= 703
endif
" COLOR SCHEME
set t_Co=256
"set t_Co=256
set background=dark
"colorscheme slate
if has("gui_running")
colorscheme slate
endif
"if has("gui_running")
" colorscheme slate
"endif
" FOLDING
set foldenable " enable folding