We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using set background=dark and set backbround=light for changing the catppuccin theme flavour throughout the day.
set background=dark
set backbround=light
It works, except for the airline theme. I have the following in my conf file: let g:airline_theme = 'catppuccin'
let g:airline_theme = 'catppuccin'
:AirlineRefresh does not change it's theme according to background setting.
:AirlineRefresh
background
I am not sure if this is an issue for airline, but these steps are working fine with the solarized theme.
NVIM v0.9.4 Build type: Release LuaJIT 2.1.1696795921
GNU bash, version 3.2.57 + tmux 3.3a
master
:let g:airline_theme = 'catppuccin'
:colorscheme catppuccin
:set background=dark
airline catppuccin theme should have changed to dark
airline catppuccin theme is still light
No response
The text was updated successfully, but these errors were encountered:
dcef0a0
fix(airline): missing refresh function
1977d3b
close catppuccin#594
Successfully merging a pull request may close this issue.
Description
I am using
set background=dark
andset backbround=light
for changing the catppuccin theme flavour throughout the day.It works, except for the airline theme. I have the following in my conf file:
let g:airline_theme = 'catppuccin'
:AirlineRefresh
does not change it's theme according tobackground
setting.I am not sure if this is an issue for airline, but these steps are working fine with the solarized theme.
Neovim version
Terminal and multiplexer
GNU bash, version 3.2.57 + tmux 3.3a
Catppuccin version / branch / rev
master
Steps to reproduce
:let g:airline_theme = 'catppuccin'
:colorscheme catppuccin
:set background=dark
:AirlineRefresh
Expected behavior
airline catppuccin theme should have changed to dark
Actual behavior
airline catppuccin theme is still light
Repro
No response
The text was updated successfully, but these errors were encountered: