From c9c744d967902a5587d51bcbb414ae5084b60aa2 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 20 Feb 2012 14:36:02 +0100 Subject: [PATCH] zenburn theme --- .gitmodules | 3 +++ bundle/zenburn | 1 + vimrc | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 bundle/zenburn diff --git a/.gitmodules b/.gitmodules index 3c1fc27..d360f21 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/bundle/zenburn b/bundle/zenburn new file mode 160000 index 0000000..33e67af --- /dev/null +++ b/bundle/zenburn @@ -0,0 +1 @@ +Subproject commit 33e67af2418e4775c2a7abc6e8fef401e697e1eb diff --git a/vimrc b/vimrc index eef8c8b..6d2a6de 100644 --- a/vimrc +++ b/vimrc @@ -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"