Airline theme mapping (issue #12)

This commit is contained in:
morhetz
2013-12-08 06:17:49 +04:00
parent 1df37219c4
commit e9bb3eaee7

View File

@@ -477,6 +477,15 @@ let g:rbpt_colorpairs = [
\ ]
"}}}
" Airline {{{
if !exists('g:airline_theme_map')
let g:airline_theme_map = { 'gruvbox.*': 'tomorrow' }
else
let g:airline_theme_map['gruvbox.*'] = 'tomorrow'
endif
" }}}
" Filetype specific -----------------------------------------------------------
" Diff: {{{