diff options
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index efb8c75d2..6379231d5 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -43,6 +43,16 @@ ** type: color ** 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: `cyan`) +* *weechat.color.chat_inactive_line* +** description: `text color for chat when line is inactive (buffer is merged with other buffers and is not selected)` +** type: color +** 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: `darkgray`) + +* *weechat.color.chat_inactive_window* +** description: `text color for chat when window is inactive (not current selected window)` +** type: color +** 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: `darkgray`) + * *weechat.color.chat_nick* ** description: `text color for nicks in chat window` ** type: color @@ -73,6 +83,11 @@ ** type: color ** 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`) +* *weechat.color.chat_prefix_buffer_inactive_line* +** description: `text color for inactive buffer name (before prefix, when many buffers are merged with same number and if buffer is not selected)` +** type: color +** 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: `darkgray`) + * *weechat.color.chat_prefix_error* ** description: `text color for error prefix` ** type: color @@ -353,6 +368,26 @@ ** type: string ** values: any string (default value: `"%H:%M:%S"`) +* *weechat.look.color_inactive_message* +** description: `use a different color for inactive message (when window is not current window, or if line is from a merged buffer not selected)` +** type: boolean +** values: on, off (default value: `on`) + +* *weechat.look.color_inactive_prefix* +** description: `use a different color for inactive prefix (when window is not current window, or if line is from a merged buffer not selected)` +** type: boolean +** values: on, off (default value: `on`) + +* *weechat.look.color_inactive_prefix_buffer* +** description: `use a different color for inactive buffer name in prefix (when window is not current window, or if line is from a merged buffer not selected)` +** type: boolean +** values: on, off (default value: `on`) + +* *weechat.look.color_inactive_time* +** description: `use a different color for inactive time (when window is not current window, or if line is from a merged buffer not selected)` +** type: boolean +** values: on, off (default value: `off`) + * *weechat.look.color_pairs_auto_reset* ** description: `automatically reset table of color pairs when number of available pairs is lower or equal to this number (-1 = disable automatic reset, and then a manual "/color reset" is needed when table is full)` ** type: integer |