summary refs log tree commit diff
diff options
context:
space:
mode:
-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'
'2020-08-05 11:43:02 -0400'>2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe