diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-09 21:33:10 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-09 21:33:10 +0200 |
commit | 9c5116b4fec232c92b199b53e7b829657413f4fd (patch) | |
tree | dbf3d616a768a5c1b3da91a27afd0df34b77b397 /doc/it/autogen/user | |
parent | 49f4e4cfa468a74fdbad3c62f5770951e050a6ab (diff) | |
download | weechat-9c5116b4fec232c92b199b53e7b829657413f4fd.zip |
core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg for highlight when nick is offline)
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index edaa16d45..dc63be3b7 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -68,6 +68,16 @@ ** tipo: colore ** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `darkgray`) +* [[option_weechat.color.chat_nick_offline_highlight]] *weechat.color.chat_nick_offline_highlight* +** descrizione: `text color for offline nick with highlight` +** tipo: colore +** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `default`) + +* [[option_weechat.color.chat_nick_offline_highlight_bg]] *weechat.color.chat_nick_offline_highlight_bg* +** descrizione: `background color for offline nick with highlight` +** tipo: colore +** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `darkgray`) + * [[option_weechat.color.chat_nick_other]] *weechat.color.chat_nick_other* ** descrizione: `colore del testo per gli altri nick nel buffer privato` ** tipo: colore @@ -419,7 +429,7 @@ ** valori: on, off (valore predefinito: `off`) * [[option_weechat.look.color_nick_offline]] *weechat.look.color_nick_offline* -** descrizione: `use a different color for offline nick (not in nicklist any more)` +** descrizione: `use a different color for offline nicks (not in nicklist any more)` ** tipo: bool ** valori: on, off (valore predefinito: `off`) |