From ebf8d6e37ef8a7613376f4d7f9dddb589c8d49e4 Mon Sep 17 00:00:00 2001 From: jimi Date: Wed, 13 Oct 2010 17:09:02 -0500 Subject: [PATCH] Install and apply wombat256 color scheme --- .gitmodules | 3 +++ bundle/wombat256 | 1 + vimrc | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 .gitmodules create mode 160000 bundle/wombat256 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e1f1b98 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bundle/wombat256"] + path = bundle/wombat256 + url = git@github.com:jinfield/wombat256.vim.git diff --git a/bundle/wombat256 b/bundle/wombat256 new file mode 160000 index 0000000..339b92e --- /dev/null +++ b/bundle/wombat256 @@ -0,0 +1 @@ +Subproject commit 339b92e39aff76fb24e2ae6132e250401928ce51 diff --git a/vimrc b/vimrc index 81128a3..6c2a3cd 100644 --- a/vimrc +++ b/vimrc @@ -17,6 +17,8 @@ set statusline=%<%f\ %h%m%r\ %y\ %=%-16(\ %l,%c-%v\ %)%P " Enable 256 color xterm support au VimEnter * if &term == 'xterm' | set t_Co=256 | endif +colorscheme wombat256mod + if has("gui_running") set guifont=Monospace\ 10 set cursorline