Revert "themes: drop simple colorscheme - theme mappings"

This reverts commit 47be64d7f2.

closes #2006
This commit is contained in:
Christian Brabandt
2019-11-29 08:27:13 +01:00
parent 47be64d7f2
commit ce932f3825

View File

@@ -59,7 +59,11 @@ function! airline#init#bootstrap()
call extend(g:airline_theme_map, {
\ 'default': 'dark',
\ '\CTomorrow': 'tomorrow',
\ 'base16': 'base16',
\ 'mo[l|n]okai': 'molokai',
\ 'wombat': 'wombat',
\ 'zenburn': 'zenburn',
\ 'solarized': 'solarized',
\ 'flattened': 'solarized',
\ '\CNeoSolarized': 'solarized',
\ }, 'keep')