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

3
.gitmodules vendored
View File

@@ -22,3 +22,6 @@
[submodule "vim/bundle/vim-coffee-script"]
path = vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "config/awesome"]
path = config/awesome
url = git@github.com:igrat/awesome-config.git

1
config/awesome Submodule

Submodule config/awesome added at 9489c976b5

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