jimeh / tmux-themepack

A pack of various Tmux themes.
1.67k stars 203 forks source link

Errors with Tmux v2.9 #24

Closed lenormf closed 5 years ago

lenormf commented 5 years ago
.tmux-theme-blue.conf:19: invalid option: status-left-bg            
.tmux-theme-blue.conf:20: invalid option: status-left-fg
.tmux-theme-blue.conf:25: invalid option: status-right-bg
.tmux-theme-blue.conf:26: invalid option: status-right-fg
.tmux-theme-blue.conf:35: invalid option: window-status-current-bg
.tmux-theme-blue.conf:36: invalid option: window-status-current-fg
.tmux-theme-blue.conf:39: invalid option: window-status-activity-bg
.tmux-theme-blue.conf:40: invalid option: window-status-activity-fg
.tmux-theme-blue.conf:49: invalid option: pane-border-bg
.tmux-theme-blue.conf:50: invalid option: pane-border-fg
.tmux-theme-blue.conf:53: invalid option: pane-active-border-bg
.tmux-theme-blue.conf:54: invalid option: pane-active-border-fg
.tmux-theme-blue.conf:65: invalid option: message-bg
.tmux-theme-blue.conf:66: invalid option: message-fg
.tmux-theme-blue.conf:69: invalid option: message-command-bg
.tmux-theme-blue.conf:70: invalid option: message-command-fg
.tmux-theme-blue.conf:73: invalid option: mode-bg
.tmux-theme-blue.conf:74: invalid option: mode-fg
jonbesga commented 5 years ago

I have found how to fix it here: https://github.com/tmux/tmux/issues/1688#issuecomment-486544268

jimeh commented 5 years ago

Interesting. I just updated to tmux 2.9 this morning, but I haven't relaunched my tmux instances yet.

I'll get the themes updated within the next day or two to support both 2.8 and earlier, and 2.9 too.

jimeh commented 5 years ago

@jonbesga Thanks for pointing directly towards the cause and solution of the issue :)

marsam commented 5 years ago

I've opened https://github.com/jimeh/tmux-themepack/pull/25 to address this issue. I'd appreciate it if you could give it a try