diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-12 08:13:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-12 08:13:58 +0200 |
commit | f80a80204ac285df2e5e53da1de999ce67926e38 (patch) | |
tree | dc46df2aa76146df50d1120ac3f03df69c9a0585 /doc/en/autogen/user | |
parent | b168a4307052861165b61374b20e11ef0a35ce65 (diff) | |
download | weechat-f80a80204ac285df2e5e53da1de999ce67926e38.zip |
core: add option weechat.color.status_nicklist_count (closes #109, closes #110)
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index dfefa24f1..fac7a0127 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -293,6 +293,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 italic, "_" for underline (default value: `lightgreen`) +* [[option_weechat.color.status_nicklist_count]] *weechat.color.status_nicklist_count* +** description: `text color for number of nicks in nicklist (status bar)` +** 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.status_number]] *weechat.color.status_number* ** description: `text color for current buffer number in status bar` ** type: color |