themes: Load dark theme, when default colorscheme is loaded

This commit is contained in:
Christian Brabandt 2018-12-03 18:29:26 +01:00
parent bd468dacfe
commit 3d9071e6b6
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -56,6 +56,7 @@ function! airline#init#bootstrap()
call s:check_defined('g:airline_theme_map', {})
call extend(g:airline_theme_map, {
\ 'default': 'dark',
\ '\CTomorrow': 'tomorrow',
\ 'base16': 'base16',
\ 'mo[l|n]okai': 'molokai',