tmux config migration 2 --> 3 bad style

33 views
Skip to first unread message

m...@rooty.name

unread,
Jan 8, 2020, 2:07:25 PM1/8/20
to tmux-users
Greetings,

I had this:
set-option -g status-bg colour235
set-option -g status-fg colour136
set-option -g status-attr default

converted to this:
set-option -g status-style fg=colour136,bg=colour235,attr=default

now I'm getting:
bad style: fg=colour136,bg=colour235,attr=default

please help :)

Nicholas Marriott

unread,
Jan 8, 2020, 2:26:49 PM1/8/20
to m...@rooty.name, tmux-users
You don't need attr=

--
You received this message because you are subscribed to the Google Groups "tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tmux-users+...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/tmux-users/5351b435-5627-44fe-bd34-450edad23f56%40googlegroups.com.

m...@rooty.name

unread,
Jan 8, 2020, 2:36:15 PM1/8/20
to tmux-users
works, thanks!

> You don't need attr=
>
>
> On Wed, 8 Jan 2020, 19:07 me via tmux-users, <tmux-...@googlegroups.com> wrote:
> Greetings,
>
>
>
> I had this:
>
> set-option -g status-bg colour235
>
> set-option -g status-fg colour136
>
> set-option -g status-attr default
>
>
>
> converted to this:
>
> set-option -g status-style fg=colour136,bg=colour235,attr=default
>
>
>
> now I'm getting:
>
> bad style: fg=colour136,bg=colour235,attr=default
>
>
>
> please help :)
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "tmux-users" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to tmux-...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages