summary refs log tree commit diff
path: root/.vimrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2014-06-30 19:26:30 -0400
committerJune McEnroe <programble@gmail.com>2014-06-30 19:26:30 -0400
commit820307184c95264b9cd2c78174cdfa588aabc08e (patch)
treef690bd38dad959cbf300795baed2a54aea6449d8 /.vimrc
parentPlugin cleanup (diff)
downloadsrc-820307184c95264b9cd2c78174cdfa588aabc08e.tar.gz
src-820307184c95264b9cd2c78174cdfa588aabc08e.zip
Switch to Hybrid colorscheme
Diffstat (limited to '')
-rw-r--r--.vimrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 574cef5c..c28c60e5 100644
--- a/.vimrc
+++ b/.vimrc
@@ -255,8 +255,9 @@ let delimitMate_jump_expansion = 1
 Plug 'nathanaelkane/vim-indent-guides'
 let g:indent_guides_start_level = 2
 
-" Colorscheme.
+" Colorschemes.
 Plug 'programble/jellybeans.vim'
+Plug 'programble/vim-hybrid'
 " Show nearest tag in statusline.
 Plug 'majutsushi/tagbar'
 " Scratch buffers.
@@ -282,4 +283,5 @@ Plug 'tpope/vim-ragtag'
 
 call plug#end()
 
-colorscheme jellybeans
+colorscheme hybrid
+let g:airline_theme = 'tomorrow'