Sebenarnya, dalam versi tmux kemudian (saya melihat ini di 1.9a), sepertinya sudah ada perubahan dalam cara gaya ditetapkan.
Sementara jawaban @ ChrisJohnsen masih berlaku (dan tmuxconfig saya tentu saja masih menggunakan pernyataan ini) cara baru untuk melakukan ini sebagaimana dijelaskan oleh kelola adalah dengan menggunakan *-style
daripada triplet dari *-attr
*-bg
*-fg
, sehingga Anda dapat menentukan gaya untuk opsi jendela dengan satu pernyataan, bukan tiga.
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.
Jadi deklarasi ini adalah:
set-option -gw window-status-activity-style fg=red,bg=black,bold