From 052df97b6c89669ffd17b3058f51bdf63dcb3f53 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 7 Feb 2012 21:39:03 -0500 Subject: Add Solarized colorscheme --- .gitmodules | 3 +++ bundle/vim-colors-solarized | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-colors-solarized diff --git a/.gitmodules b/.gitmodules index eb2046aa..00195c73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "bundle/itchy.vim"] path = bundle/itchy.vim url = git://github.com/programble/itchy.vim.git +[submodule "bundle/vim-colors-solarized"] + path = bundle/vim-colors-solarized + url = https://github.com/altercation/vim-colors-solarized.git diff --git a/bundle/vim-colors-solarized b/bundle/vim-colors-solarized new file mode 160000 index 00000000..528a59f2 --- /dev/null +++ b/bundle/vim-colors-solarized @@ -0,0 +1 @@ +Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 -- cgit 1.4.1