bluz71 / vim-nightfly-colors

A dark midnight theme for modern Neovim & classic Vim
MIT License
828 stars 51 forks source link

Disable airline theme? #30

Closed eemax closed 3 years ago

eemax commented 3 years ago

Love your theme. Keep it up!

Is there a way to disable the colorscheme for airline since it automatically loads?

bluz71 commented 3 years ago

Not that I am aware of from my end, airline uses auto theme loading.

I would assume that you should be able to set a specific airline theme in your config which overrides the default. If not, speak with the airline developers.

From my side I don't think there is anything I can do. But I would also be confident that there will be a workaround available.

eemax commented 3 years ago

I solved with the following in my init.vim: let g:airline_theme = 'default'

bluz71 commented 3 years ago

Excellent.