Add and enable jellybeans colour scheme

This commit is contained in:
Anthony Rose 2015-10-22 09:50:07 +01:00
parent b07d840b52
commit a9278872af
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -31,3 +31,6 @@
[submodule "bundle/ctrlp.vim"] [submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/jellybeans.vim"]
path = bundle/jellybeans.vim
url = https://github.com/nanotech/jellybeans.vim.git

1
bundle/jellybeans.vim Submodule

@ -0,0 +1 @@
Subproject commit f931895c20681684278aef2ffd810730b9c36ec3

2
vimrc
View file

@ -41,7 +41,7 @@ if has("gui_running")
set lines=40 set lines=40
try try
colorscheme solarized colorscheme jellybeans
catch /^Vim\%((\a\+)\)\=:E185/ catch /^Vim\%((\a\+)\)\=:E185/
colorscheme darkblue colorscheme darkblue
endtry endtry