diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-20 15:08:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-20 15:08:30 +0100 |
commit | 2ee9f7b0fcac460fca5597ec349309e83de64d00 (patch) | |
tree | 2a2648efc0a638ad534c747a30d5874aa72065f1 /doc/en | |
parent | 1340ce6b41cfb0fa1f69d4d1c5c3000eac3e6f61 (diff) | |
download | weechat-2ee9f7b0fcac460fca5597ec349309e83de64d00.zip |
Replace the 10 nick color options and number of nick colors by a single option "weechat.color.chat_nick_colors" (comma separated list of colors)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 58 |
1 files changed, 4 insertions, 54 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index 7814c45da..29cc76be6 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -48,55 +48,10 @@ ** type: color ** values: a color name (default value: `lightcyan`) -* *weechat.color.chat_nick_color01* -** description: `text color #1 for nick` -** type: color -** values: a color name (default value: `cyan`) - -* *weechat.color.chat_nick_color02* -** description: `text color #2 for nick` -** type: color -** values: a color name (default value: `magenta`) - -* *weechat.color.chat_nick_color03* -** description: `text color #3 for nick` -** type: color -** values: a color name (default value: `green`) - -* *weechat.color.chat_nick_color04* -** description: `text color #4 for nick` -** type: color -** values: a color name (default value: `brown`) - -* *weechat.color.chat_nick_color05* -** description: `text color #5 for nick` -** type: color -** values: a color name (default value: `lightblue`) - -* *weechat.color.chat_nick_color06* -** description: `text color #6 for nick` -** type: color -** values: a color name (default value: `default`) - -* *weechat.color.chat_nick_color07* -** description: `text color #7 for nick` -** type: color -** values: a color name (default value: `lightcyan`) - -* *weechat.color.chat_nick_color08* -** description: `text color #8 for nick` -** type: color -** values: a color name (default value: `lightmagenta`) - -* *weechat.color.chat_nick_color09* -** description: `text color #9 for nick` -** type: color -** values: a color name (default value: `lightgreen`) - -* *weechat.color.chat_nick_color10* -** description: `text color #10 for nick` -** type: color -** values: a color name (default value: `blue`) +* *weechat.color.chat_nick_colors* +** description: `text color for nicks (comma separated list of colors)` +** type: string +** values: any string (default value: `"cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue"`) * *weechat.color.chat_nick_other* ** description: `text color for other nick in private buffer` @@ -353,11 +308,6 @@ ** type: string ** values: any string (default value: `"%H:%M:%S"`) -* *weechat.look.color_nicks_number* -** description: `number of colors to use for nicks colors` -** type: integer -** values: 1 .. 10 (default value: `10`) - * *weechat.look.color_real_white* ** description: `if set, uses real white color, disabled by default for terms with white background (if you never use white background, you should turn on this option to see real white instead of default term foreground color)` ** type: boolean |