mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 15:23:47 -05:00
Airline theme mapping (issue #12)
This commit is contained in:
@@ -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: {{{
|
||||
|
||||
Reference in New Issue
Block a user