diff options
Diffstat (limited to 'doc/en/autogen/user/relay_options.txt')
-rw-r--r-- | doc/en/autogen/user/relay_options.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/autogen/user/relay_options.txt b/doc/en/autogen/user/relay_options.txt index fcc700958..450cd8e13 100644 --- a/doc/en/autogen/user/relay_options.txt +++ b/doc/en/autogen/user/relay_options.txt @@ -1,42 +1,42 @@ * *relay.color.status_active* ** description: `text color for "connected" status` ** type: color -** values: a color name (default value: `lightblue`) +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "%" for reverse, "_" for underline (default value: `lightblue`) * *relay.color.status_auth_failed* ** description: `text color for "authentication failed" status` ** type: color -** values: a color name (default value: `lightred`) +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "%" for reverse, "_" for underline (default value: `lightred`) * *relay.color.status_connecting* ** description: `text color for "connecting" status` ** type: color -** values: a color name (default value: `yellow`) +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "%" for reverse, "_" for underline (default value: `yellow`) * *relay.color.status_disconnected* ** description: `text color for "disconnected" status` ** type: color -** values: a color name (default value: `lightred`) +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "%" for reverse, "_" for underline (default value: `lightred`) * *relay.color.status_waiting_auth* ** description: `text color for "waiting authentication" status` ** type: color -** values: a color name (default value: `brown`) +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "%" for reverse, "_" for underline (default value: `brown`) * *relay.color.text* ** description: `text color` ** type: color -** values: a color name (default value: `default`) +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "%" for reverse, "_" for underline (default value: `default`) * *relay.color.text_bg* ** description: `background color` ** type: color -** values: a color name (default value: `default`) +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "%" for reverse, "_" for underline (default value: `default`) * *relay.color.text_selected* ** description: `text color of selected client line` ** type: color -** values: a color name (default value: `white`) +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "%" for reverse, "_" for underline (default value: `white`) * *relay.look.auto_open_buffer* ** description: `auto open relay buffer when a new client is connecting` |