vim-colorscheme-switcher icon indicating copy to clipboard operation
vim-colorscheme-switcher copied to clipboard

How to switch colorscheme with the same vim-airline-theme

Open ca971 opened this issue 4 years ago • 3 comments

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.

ca971 avatar Mar 10 '20 22:03 ca971

For example : I want to choose molokai with "badwolf" vim-airline-theme or "ayu" colorsheme with "simple" vim airline theme.

ca971 avatar Mar 10 '20 22:03 ca971

Any idea?

Artawower avatar Nov 03 '20 22:11 Artawower

Idk if this is what you are looking for?

" {{{ Lightline configuration

if &t_Co != 8
        let g:lightline = {'colorscheme': g:colors_name}
endif

" }}}

hholst80 avatar Nov 04 '20 07:11 hholst80