summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-01-08 00:48:54 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-01-08 00:48:54 +0000
commit703160b5d6b64e45a684894260693c60b5524d51 (patch)
treec0b268e884da23938b84209499945432f542f6f7 /tmux.1
parent64f02dab7cab4848a00da4aca39dd307b1ce792c (diff)
Accept colours of the hex form #ffffff and translate to the nearest from
the xterm(1) 256-colour set.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 5 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 64ca5ed3..95ebfb45 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1793,8 +1793,11 @@ is one of:
.Ic colour0
to
.Ic colour255
-from the 256-colour palette, or
-.Ic default .
+from the 256-colour set,
+.Ic default ,
+or a hexadecimal RGB string such as
+.Ql #ffffff ,
+which chooses the closest match from the default 256-colour set.
.It Ic message-fg Ar colour
Set status line message foreground colour.
.It Ic message-limit Ar number