]> 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 e66a2cdca59ed67cb52cac94435419e2bc0fe3ea..59a3e522077db1e65281345144e6341688354c04 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -34,9 +34,8 @@ if has("gui_running")
   endif
 endif
 
-" Pencil looks decent and is fast
-" Many other color schemes are slow to render
-colors pencil
+" jellybeans is a nice dark scheme same for vim/xterm and gvim
+colors nuvola
 
 " Local listchars def if utf-8 terminal.  Otherwise sensible defaults are OK.
 if &termencoding ==# 'utf-8' || &encoding ==# 'utf-8'
@@ -246,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 = {
     \ '__' : '-',