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

Current Tab Highlight #42

Open
WaqqasI opened this issue Jan 29, 2021 · 3 comments
Open

Current Tab Highlight #42

WaqqasI opened this issue Jan 29, 2021 · 3 comments

Comments

@WaqqasI
Copy link

WaqqasI commented Jan 29, 2021

Small issue, but I'm using the default GNOME Terminal with a full colour ability and for some reason the orange highlight isn't coming up properly.
image

@AlexHarn
Copy link

I'm having that same issue. Powerline font is correctly installed and configured, and I get the correct behavior in Vim's powerline. Did you ever manage to fix this? It's not a huge deal, but it's bugging me.

@AlexHarn
Copy link

AlexHarn commented Apr 29, 2022

I found the cause! It's line 250:
setw -g window-status-current-format "#[fg=$color_dark,bg=$color_main]$separator_powerline_right#[default] #I:#W# #[fg=$color_main,bg=$color_dark]$separator_powerline_right#[default]"

For some reason, the color is switched back to default, it should really be this:
setw -g window-status-current-format "#[fg=$color_dark,bg=$color_main]$separator_powerline_right#[fg=$color_light] #I:#W# #[fg=$color_main,bg=$color_dark]$separator_powerline_right#[default]".

I would create a pull request, but unfortunately this repo seems abandoned.

@WaqqasI
Copy link
Author

WaqqasI commented Apr 29, 2022 via email

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