add base16 for automatic color switching.
This commit is contained in:
parent
c858116f87
commit
08f87f2103
|
@ -38,6 +38,7 @@ function! airline#init#bootstrap()
|
||||||
call s:check_defined('g:airline_theme_map', {})
|
call s:check_defined('g:airline_theme_map', {})
|
||||||
call extend(g:airline_theme_map, {
|
call extend(g:airline_theme_map, {
|
||||||
\ 'Tomorrow.*': 'tomorrow',
|
\ 'Tomorrow.*': 'tomorrow',
|
||||||
|
\ 'base16.*': 'base16',
|
||||||
\ 'mo[l|n]okai': 'molokai',
|
\ 'mo[l|n]okai': 'molokai',
|
||||||
\ 'wombat.*': 'wombat',
|
\ 'wombat.*': 'wombat',
|
||||||
\ '.*solarized.*': 'solarized',
|
\ '.*solarized.*': 'solarized',
|
||||||
|
|
Loading…
Reference in New Issue