-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Fix colors for tmux 2.9 #34
Conversation
Any update on getting this merged in? |
Hi @goronfreeman 👋, thanks for your contribution 👍 Since this is a breaking change I'll need to evaluate if it is possible to support both version ranges |
@arcticicestudio Let me know if I can help out with that. Thanks for the details! |
@goronfreeman Thanks 😄 |
The new syntax is valid since 1.9 as you mention above. So if the nord syntax is updated the required minimum tmux version is 1.9 and not 2.9. Cheers! |
tmux is 3.2 now, any update for this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added an improvement suggestion for a style that was used even before tmux v2.9
, otherwise all changes working fine.
The adjustment of the documentations can be resolved in another PR, including in the Nord docs repository.
The style of the borders were not optimal before tmux 2.9 so they have been changed to appear as a thinner line to ensure only the active pane is highlighted visually. Co-authored-by: Sven Greb <[email protected]> nordthemeGH-34
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @goronfreeman and everyone else who contributed and your patience to get this done.
Resolves #40
This "breaking change" has existed for almost 2 years now. Any change that this change will be published to the main version so we can fix our systems? |
tmux 2.9 removed the
foo-bg
,foo-fg
, andfoo-attr
options. Here is the relevant line from the changelog:This results in broken styles in many places in nord-tmux. I updated the relevant lines to use the new
foo-style
syntax, and now the theme appears how it did in tmux 2.8.