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

Doesn't work on Tmux 2.9 #6

Closed
AndreaOrru opened this issue Apr 25, 2019 · 5 comments · Fixed by #8
Closed

Doesn't work on Tmux 2.9 #6

AndreaOrru opened this issue Apr 25, 2019 · 5 comments · Fixed by #8
Assignees
Labels
bug An issue that produces an unexpected behavior in the project
Milestone

Comments

@AndreaOrru
Copy link

AndreaOrru commented Apr 25, 2019

/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:9: invalid option: window-status-bg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:10: invalid option: window-status-fg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:12: invalid option: window-status-activity-bg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:13: invalid option: window-status-activity-fg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:16: invalid option: window-status-current-bg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:17: invalid option: window-status-current-fg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:20: invalid option: pane-active-border-fg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:21: invalid option: pane-border-fg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:24: invalid option: message-bg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:25: invalid option: message-fg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:28: invalid option: message-command-bg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:29: invalid option: message-command-fg
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:43: invalid option: status-attr
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:45: invalid option: status-left-attr
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:47: invalid option: status-right-attr
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:49: invalid option: window-status-activity-attr
/home/andrea/.config/tmux/tmux-gruvbox-dark.conf:50: invalid option: window-status-attr

I think the format has changed:
https://fossies.org/diffs/tmux/2.8_vs_2.9/CHANGES-diff.html

@GenkunAbe
Copy link

I have the same problem.

The individual -fg, -bg and -attr options have been removed; they were superseded by -style options in tmux 1.9.

@koalp
Copy link

koalp commented Apr 27, 2019

I tried to update the theme here : #7

However, I don't understand what those attr "none" are doing, and when I tried to change it to style none, it doesn't work as expected.

@egel
Copy link
Owner

egel commented Apr 29, 2019

Thank you @koalp for the PR. I will take a look at it and try to patch it soon.

@egel
Copy link
Owner

egel commented Apr 29, 2019

Hey @koalp, you were interested in whatattr "none" is doing. Here you have a reference link from official man pages https://man.openbsd.org/tmux.1#STYLES

@egel egel self-assigned this Apr 29, 2019
@egel egel added the bug An issue that produces an unexpected behavior in the project label Apr 29, 2019
@egel egel added this to the 1.1.0 milestone Apr 29, 2019
@egel
Copy link
Owner

egel commented Apr 30, 2019

I've provided a fixup last night. Let know guys if the solution from #8 is working for you @AndreaOrru, @GenkunAbe, and @koalp.

@egel egel closed this as completed in #8 May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that produces an unexpected behavior in the project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants