From 703160b5d6b64e45a684894260693c60b5524d51 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 8 Jan 2011 00:48:54 +0000 Subject: Accept colours of the hex form #ffffff and translate to the nearest from the xterm(1) 256-colour set. --- tmux.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tmux.1') 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 -- cgit