diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-09 21:33:10 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-09 21:33:10 +0200 |
commit | 9c5116b4fec232c92b199b53e7b829657413f4fd (patch) | |
tree | dbf3d616a768a5c1b3da91a27afd0df34b77b397 /doc/en/autogen/user/weechat_options.txt | |
parent | 49f4e4cfa468a74fdbad3c62f5770951e050a6ab (diff) | |
download | weechat-9c5116b4fec232c92b199b53e7b829657413f4fd.zip |
core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg for highlight when nick is offline)
Diffstat (limited to 'doc/en/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 48c880c7c..65936eb83 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -68,6 +68,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: `darkgray`) +* [[option_weechat.color.chat_nick_offline_highlight]] *weechat.color.chat_nick_offline_highlight* +** description: `text color for offline nick with highlight` +** 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: `default`) + +* [[option_weechat.color.chat_nick_offline_highlight_bg]] *weechat.color.chat_nick_offline_highlight_bg* +** description: `background color for offline nick with highlight` +** 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`) + * [[option_weechat.color.chat_nick_other]] *weechat.color.chat_nick_other* ** description: `text color for other nick in private buffer` ** type: color @@ -419,7 +429,7 @@ ** values: on, off (default value: `off`) * [[option_weechat.look.color_nick_offline]] *weechat.look.color_nick_offline* -** description: `use a different color for offline nick (not in nicklist any more)` +** description: `use a different color for offline nicks (not in nicklist any more)` ** type: boolean ** values: on, off (default value: `off`) |