diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-26 13:13:17 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-10-26 13:13:17 +0100 |
commit | a092e727318b9d55d42e5a4ffb94254eec6c50ec (patch) | |
tree | 56e00ec616d097493d58460d8a9c160288cbf066 /doc/en | |
parent | 125adea6503d01fe776cecb68db931de00aa2876 (diff) | |
download | weechat-a092e727318b9d55d42e5a4ffb94254eec6c50ec.zip |
core: add note about option weechat.look.color_nick_offline in help of color options for offline nick
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index 78c799d12..d220726ae 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -69,17 +69,17 @@ ** values: any string (default value: `"cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue"`) * [[option_weechat.color.chat_nick_offline]] *weechat.color.chat_nick_offline* -** description: `text color for offline nick (not in nicklist any more)` +** description: `text color for offline nick (not in nicklist any more); this color is used only if option weechat.look.color_nick_offline is enabled` ** 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 italic, "_" for underline (default value: `default`) * [[option_weechat.color.chat_nick_offline_highlight]] *weechat.color.chat_nick_offline_highlight* -** description: `text color for offline nick with highlight` +** description: `text color for offline nick with highlight; this color is used only if option weechat.look.color_nick_offline is enabled` ** 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 italic, "_" 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` +** description: `background color for offline nick with highlight; this color is used only if option weechat.look.color_nick_offline is enabled` ** 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 italic, "_" for underline (default value: `blue`) |