From 0d23b6e515a01a5782532351821ebfa11f3d6cf2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 8 Oct 2012 11:44:10 -0500 Subject: Add vim again :) --- vim/colors/jellybeans+.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vim/colors/jellybeans+.vim (limited to 'vim/colors/jellybeans+.vim') diff --git a/vim/colors/jellybeans+.vim b/vim/colors/jellybeans+.vim new file mode 100644 index 0000000..00702b7 --- /dev/null +++ b/vim/colors/jellybeans+.vim @@ -0,0 +1,6 @@ +runtime colors/jellybeans.vim +let g:colors_name = "jellybeans+" + +hi VertSplit guibg=#888888 +hi StatusLine guibg=#cccccc guifg=#000000 +hi StatusLineNC guibg=#888888 guifg=#000000 -- cgit