Match bubblegum theme to colorscheme
This commit is contained in:
parent
13ea57b98a
commit
20d3aae20f
|
@ -49,6 +49,7 @@ function! airline#init#bootstrap()
|
||||||
call extend(g:airline_theme_map, {
|
call extend(g:airline_theme_map, {
|
||||||
\ 'Tomorrow.*': 'tomorrow',
|
\ 'Tomorrow.*': 'tomorrow',
|
||||||
\ 'base16.*': 'base16',
|
\ 'base16.*': 'base16',
|
||||||
|
\ 'bubblegum': 'bubblegum',
|
||||||
\ 'mo[l|n]okai': 'molokai',
|
\ 'mo[l|n]okai': 'molokai',
|
||||||
\ 'wombat.*': 'wombat',
|
\ 'wombat.*': 'wombat',
|
||||||
\ '.*zenburn.*': 'zenburn',
|
\ '.*zenburn.*': 'zenburn',
|
||||||
|
|
Loading…
Reference in New Issue