vim-colorscheme-switcher
vim-colorscheme-switcher copied to clipboard
How to switch colorscheme with the same vim-airline-theme
Hi,
How i can switch for a colorsheme with the same vim-airline-them ?
I install the vim-color-switcher but i can't set the vim airline theme i want with.
For example : I want to choose molokai with "badwolf" vim-airline-theme or "ayu" colorsheme with "simple" vim airline theme.
Any idea?
Idk if this is what you are looking for?
" {{{ Lightline configuration
if &t_Co != 8
let g:lightline = {'colorscheme': g:colors_name}
endif
" }}}