add base16 for automatic color switching.

This commit is contained in:
Bailey Ling 2013-09-01 14:25:10 -04:00
parent c858116f87
commit 08f87f2103
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ function! airline#init#bootstrap()
call s:check_defined('g:airline_theme_map', {})
call extend(g:airline_theme_map, {
\ 'Tomorrow.*': 'tomorrow',
\ 'base16.*': 'base16',
\ 'mo[l|n]okai': 'molokai',
\ 'wombat.*': 'wombat',
\ '.*solarized.*': 'solarized',