jimeh / tmux-themepack

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

tmux 2.9 incompatibility: -fg, -bg and -attr options have been removed #26

Closed noraj closed 5 years ago

noraj commented 5 years ago

Since tmux 2.9 is out (near 24 May 2019) themes are incompatible with tmux.

I you read the tmux 2.9 Changelog, you'll see this for example:

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

So at tmux launch I see those errors:

/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:19: invalid option: status-left-bg                                                                                                                                                                             [0/0]
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:20: invalid option: status-left-fg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:25: invalid option: status-right-bg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:26: invalid option: status-right-fg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:35: invalid option: window-status-current-bg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:36: invalid option: window-status-current-fg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:39: invalid option: window-status-activity-bg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:40: invalid option: window-status-activity-fg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:49: invalid option: pane-border-bg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:50: invalid option: pane-border-fg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:53: invalid option: pane-active-border-bg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:54: invalid option: pane-active-border-fg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:65: invalid option: message-bg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:66: invalid option: message-fg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:69: invalid option: message-command-bg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:70: invalid option: message-command-fg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:73: invalid option: mode-bg
/home/noraj/.tmux-themepack/powerline/default/red.tmuxtheme:74: invalid option: mode-fg
jimeh commented 5 years ago

This was fixed last yesterday by #25. Please update themepack to the latest version and it should fix your issues :)

Hence I'm closing this issue, but if you find you still have issues relating to 2.9, please re-open it.