-
Notifications
You must be signed in to change notification settings - Fork 501
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
Comments
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. |
I found the cause! It's line 250: For some reason, the color is switched back to default, it should really be this: I would create a pull request, but unfortunately this repo seems abandoned. |
Woooo, I haven't touched this in months but next time I use this tmux setup
I'll refer to this
Le ven. 29 avr. 2022, 18:58, Alexander Harnisch ***@***.***>
a écrit :
… I found the cause! It's line 250
<https://github.com/samoshkin/tmux-config/blob/master/tmux/tmux.conf#L250>
:
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
just be this:
setw -g window-status-current-format
"#[fg=$color_dark,bg=$color_main]$separator_powerline_right #I:#W#
#[fg=$color_main,bg=$color_dark]$separator_powerline_right#[default]".
I would create a pull request, but unfortunately this repo seems abandoned.
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJWWT3AGCFROWEAY7VAUC7TVHQPN7ANCNFSM4WY564FQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: