diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-31 19:03:30 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-31 19:03:30 +0100 |
commit | ccb08945a1c8fbbcdbd1b8df980e0b5489564ccf (patch) | |
tree | f59a7ad0a351a0faed6ac0c803f559c54ae47c3a /doc/de/autogen/user/weechat_options.txt | |
parent | 773effbb3ab16934b82b270bd8c684c33d562314 (diff) | |
download | weechat-ccb08945a1c8fbbcdbd1b8df980e0b5489564ccf.zip |
Dynamically allocate color pairs
This commit introduces major changes in 256 colors support:
- extended colors can be used without being added with command "/color add"
- background color is now allowed for nick colors (using slash separator)
Diffstat (limited to 'doc/de/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index fb74764b8..2cba4501f 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -49,7 +49,7 @@ ** Werte: ein Farbname (Standardwert: `lightcyan`) * *weechat.color.chat_nick_colors* -** Beschreibung: `Textfarbe für Nicks (durch Kommata getrennte Liste von Farben)` +** Beschreibung: `text color for nicks (comma separated list of colors, background is allowed with format: "fg/bg", for example: "blue/red")` ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue"`) |