На самом деле, в более поздних версиях tmux (я вижу это на 1.9a), похоже, что изменились способы установки стилей.
Хотя ответ @ ChrisJohnsen по-прежнему применим (а мой tmuxconfig, безусловно, по-прежнему использует эти утверждения), новый способ сделать это, как объяснил управляющий, заключается в использовании *-style
а не триплета *-attr
*-bg
*-fg
, поэтому вы Можно указать стиль для такой опции окна с одним оператором, а не с тремя.
message-command-style style
Set status line message command style, where style is a
comma-separated list of characteristics to be specified.
These may be `bg=colour' to set the background colour,
`fg=colour' to set the foreground colour, and a list of
attributes as specified below.
The colour is one of: black, red, green, yellow, blue,
magenta, cyan, white, aixterm bright variants (if sup-
ported: brightred, brightgreen, and so on), colour0 to
colour255 from the 256-colour set, default, or a hexadec-
imal RGB string such as `#ffffff', which chooses the
closest match from the default 256-colour set.
The attributes is either none or a comma-delimited list
of one or more of: bright (or bold), dim, underscore,
blink, reverse, hidden, or italics, to turn an attribute
on, or an attribute prefixed with `no' to turn one off.
Examples are:
fg=yellow,bold,underscore,blink
bg=black,fg=default,noreverse
With the -a flag to the set-option command the new style
is added otherwise the existing style is replaced.
Таким образом, эта декларация будет:
set-option -gw window-status-activity-style fg=red,bg=black,bold