diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-09 08:53:50 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-09 08:53:50 +0200 |
commit | 200652836b817749f69f1058e7387fa92b4edeac (patch) | |
tree | f4a04a91d1224ded66d336cf6fdc7e6cc049ff18 /doc/de/autogen/user | |
parent | 2a00de476ed6c90dde94ddc8962b463bbcb81999 (diff) | |
download | weechat-200652836b817749f69f1058e7387fa92b4edeac.zip |
core: add options to use different color for offline nicks in prefix (patch from Nei) (task #11109)
New options:
- weechat.look.color_nick_offline: boolean to enable feature (off by default)
- weechat.color.chat_nick_offline: color for offline nicks (displayed in prefix)
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index c010f3dd8..75ed19303 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -63,6 +63,11 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue"`) +* [[option_weechat.color.chat_nick_offline]] *weechat.color.chat_nick_offline* +** Beschreibung: `text color for offline nick (not in nicklist any more)` +** Typ: Farbe +** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `darkgray`) + * [[option_weechat.color.chat_nick_other]] *weechat.color.chat_nick_other* ** Beschreibung: `Farbe des anderen Nicknamens in einem privaten Buffer` ** Typ: Farbe @@ -413,6 +418,11 @@ ** Typ: boolesch ** Werte: on, off (Standardwert: `off`) +* [[option_weechat.look.color_nick_offline]] *weechat.look.color_nick_offline* +** Beschreibung: `use a different color for offline nick (not in nicklist any more)` +** Typ: boolesch +** Werte: on, off (Standardwert: `off`) + * [[option_weechat.look.color_pairs_auto_reset]] *weechat.look.color_pairs_auto_reset* ** Beschreibung: `automatischer Reset der Farbpaarungen sobald die verfügbare Anzahl an Paaren kleiner oder gleich der hier angegebenen Anzahl ist (-1 = deaktiviert den automatischen Reset, dann ist ein manueller Reset mittels "/color reset" notwendig falls alle Farbpaarungen belegt sind)` ** Typ: integer |