zenburn theme

This commit is contained in:
Loic Nageleisen 2012-02-20 14:36:02 +01:00
parent 17d6027879
commit c9c744d967
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View file

@ -55,3 +55,6 @@
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/zenburn"]
path = bundle/zenburn
url = https://github.com/vim-scripts/Zenburn.git

1
bundle/zenburn Submodule

@ -0,0 +1 @@
Subproject commit 33e67af2418e4775c2a7abc6e8fef401e697e1eb

3
vimrc
View file

@ -54,7 +54,8 @@ endif
let g:solarized_termcolors=16
let g:solarized_visibility="low"
let g:solarized_termtrans=1
colorscheme solarized
"colorscheme solarized
colorscheme zenburn
"special case fixes
if &term =~ "vt100"