Skip to content

Commit

Permalink
Add 256-color and jellybeans theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijah Andrews committed Jan 9, 2014
1 parent e3ff537 commit 6b5b119
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -61,3 +61,6 @@
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/jellybeans"]
path = bundle/jellybeans
url = https://github.com/nanotech/jellybeans.vim
1 change: 1 addition & 0 deletions bundle/jellybeans
Submodule jellybeans added at 076170
3 changes: 2 additions & 1 deletion vimrc
Expand Up @@ -18,10 +18,11 @@ let g:solarized_termcolors=256
syntax enable
if has('gui_running')
set background=light
colorscheme mac_classic
colorscheme jellybeans
" colorscheme solarized
else
set background=dark
set t_Co=256
colorscheme solarized
endif

Expand Down

0 comments on commit 6b5b119

Please sign in to comment.