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

Color of statusbar in inactive windows #37

Closed
ghost opened this issue Nov 11, 2014 · 4 comments
Closed

Color of statusbar in inactive windows #37

ghost opened this issue Nov 11, 2014 · 4 comments

Comments

@ghost
Copy link

ghost commented Nov 11, 2014

Hi. I'm not entirely sure if this is a gruvbox issue.
I'd like to change the background-color of the statusbar in splitted windows. With the setup i'm using right now (dimInactive) the inactive statusbar has the same color as the background in inactive windows - thus giving no clear visual seperation (by colors) between horizontally split windows.
Is this something which can be handled by gruvbox or is it a vim-specific configuration?

@morhetz
Copy link
Owner

morhetz commented Nov 11, 2014

Well, there two options.

  1. You could clone gruvbox airline theme and modify inactive split bg color. Or try any other airline theme you'd like.
  2. I could provide similar option, so you could overload color column background (which is used by diminactive) without modifying or forking gruvbox theme.

In both ways you should pick colors by yourself (either modifying airline theme or overridin colorcolumn-bg variable)

@ghost
Copy link
Author

ghost commented Nov 11, 2014

If i understand correctly, in option 2 you would introduce a variable to gruvbox which is also used by dimInactive, defining which background-color is used in the inactive window?
If you've got enough time, that would be fine for me 👍

@morhetz
Copy link
Owner

morhetz commented Nov 11, 2014

Done. Try g:gruvbox_color_column

@ghost
Copy link
Author

ghost commented Nov 14, 2014

Neat, thanks!

@ghost ghost closed this as completed Nov 14, 2014
This issue was closed.
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

1 participant