Skip to content
New issue

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

How to change the inactive window status line background #9

Closed
vuki656 opened this issue Mar 27, 2021 · 2 comments
Closed

How to change the inactive window status line background #9

vuki656 opened this issue Mar 27, 2021 · 2 comments

Comments

@vuki656
Copy link

vuki656 commented Mar 27, 2021

Hey, love the config, was a big inspiration :D

Can you please let me know how you changed the following background-color?

I've skimmed your config but couldn't find it.

Screenshot from 2021-03-27 19-34-04_2

@siduck
Copy link
Member

siduck commented Mar 28, 2021

I think the inactive status line's bg color is managed by the theme , if you want to add a statusline on inactive windows , edit lua/statusline/lua.lua file and keep the gl.short_line_list empty , like this :

gl.short_line_list = {}

It will add statusline to the inactive windows as well

image

@vuki656
Copy link
Author

vuki656 commented Mar 28, 2021

I think the inactive status line's bg color is managed by the theme , if you want to add a statusline on inactive windows , edit lua/statusline/lua.lua file and keep the gl.short_line_list empty , like this :

gl.short_line_list = {}

It will add statusline to the inactive windows as well

image

Got it. Thanks.

@vuki656 vuki656 closed this as completed Mar 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants