fix autoselection of theme for certain startup configs.
This commit is contained in:
parent
de69bba26e
commit
ec20ea06c3
@ -76,8 +76,10 @@ function! s:init()
|
|||||||
call airline#extensions#load()
|
call airline#extensions#load()
|
||||||
|
|
||||||
let s:airline_theme_defined = exists('g:airline_theme')
|
let s:airline_theme_defined = exists('g:airline_theme')
|
||||||
let g:airline_theme = get(g:, 'airline_theme', 'dark')
|
if !airline#switch_matching_theme()
|
||||||
call airline#switch_theme(g:airline_theme)
|
let g:airline_theme = get(g:, 'airline_theme', 'dark')
|
||||||
|
call airline#switch_theme(g:airline_theme)
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user