]> oss.titaniummirror.com Git - smckown/dotfiles.git/blobdiff - vimrc
Try PaperColors vim color theme
[smckown/dotfiles.git] / vimrc
diff --git a/vimrc b/vimrc
index 95c7b564cde16da898f44aa28ef5b3db39f96b05..59a3e522077db1e65281345144e6341688354c04 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -35,7 +35,7 @@ if has("gui_running")
 endif
 
 " jellybeans is a nice dark scheme same for vim/xterm and gvim
-colors jellybeans
+colors nuvola
 
 " Local listchars def if utf-8 terminal.  Otherwise sensible defaults are OK.
 if &termencoding ==# 'utf-8' || &encoding ==# 'utf-8'
@@ -245,6 +245,7 @@ nmap <Leader>N <Plug>(easymotion-bd-n)
 
 " Airline configuration
 " Single character mode, since showmode is set
+let g:airline_theme='papercolor'
 let g:airline_powerline_fonts = 1
 let g:airline_mode_map = {
     \ '__' : '-',