NLKNguyen / papercolor-theme

:art: Light & Dark Vim color schemes inspired by Google's Material Design
MIT License
2.72k stars 239 forks source link

airline doesn't change colors on background change #40

Open habamax opened 9 years ago

habamax commented 9 years ago

When you change background in Gruvbox theme, airline theme changes too.

Papercolor on the other hand don't.

NLKNguyen commented 9 years ago

Did you use the PaperColor Airline theme? It requires you to set background in .vimrc and reload it every time you want to switch between light and dark variant of PaperColor Airline theme. I realized that it's not convenient. I'll probably do something about it in the future.

I wonder if you experience the same with other Airline theme? I don't have Vim on this machine to try.

pickfire commented 9 years ago

Light theme doesn't change the theme too, I thought this is the default?

aderchox commented 4 years ago

@NLKNguyen thank you for your great theme. Please add the light variant of this theme to the vim-airline-themes as well(https://github.com/vim-airline/vim-airline-themes/issues/221).

zkamvar commented 3 years ago

I'm also having this issue, but I'm experiencing the opposite of @aderchox.

No matter if I set background=dark or background=light, I always end up with the light variant of the airline theme.

My vimrc that controls this is here: https://github.com/zkamvar/config-files/blob/860d70daf5775fd5a9549f14f955997fd7a880aa/.vimrc#L168-L188

the-skips commented 11 months ago

@zkamvar Same here as you. I realize it's your old comment, but perhaps you still remember whether you have solved this problem. And if so, how?