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
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 4 additions and 0 deletions

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')