mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 15:26:37 +02:00
Add WeeChat color name beside IRC color in user guide
This commit is contained in:
+18
-17
@@ -711,24 +711,25 @@ attribute.
|
||||
|
||||
Color codes for ^Cc are:
|
||||
|
||||
[width="20%",cols="^1m,2"]
|
||||
[width="30%",cols="^1m,3,3",options="header"]
|
||||
|========================================
|
||||
| 00 | white
|
||||
| 01 | black
|
||||
| 02 | dark blue
|
||||
| 03 | dark green
|
||||
| 04 | light red
|
||||
| 05 | dark red
|
||||
| 06 | magenta
|
||||
| 07 | orange
|
||||
| 08 | yellow
|
||||
| 09 | light green
|
||||
| 10 | cyan
|
||||
| 11 | light cyan
|
||||
| 12 | light blue
|
||||
| 13 | light magenta
|
||||
| 14 | gray
|
||||
| 15 | light gray (white)
|
||||
| Code | IRC | WeeChat (ncurses)
|
||||
| 00 | white | white
|
||||
| 01 | black | black
|
||||
| 02 | dark blue | blue
|
||||
| 03 | dark green | green
|
||||
| 04 | light red | lightred
|
||||
| 05 | dark red | red
|
||||
| 06 | magenta | magenta
|
||||
| 07 | orange | brown
|
||||
| 08 | yellow | yellow
|
||||
| 09 | light green | lightgreen
|
||||
| 10 | cyan | cyan
|
||||
| 11 | light cyan | lightcyan
|
||||
| 12 | light blue | lightblue
|
||||
| 13 | light magenta | lightmagenta
|
||||
| 14 | gray | default
|
||||
| 15 | light gray | white
|
||||
|========================================
|
||||
|
||||
Example: display of "hello everybody!" with "hello" in light blue bold and
|
||||
|
||||
+18
-17
@@ -729,24 +729,25 @@ l'attribut défini.
|
||||
|
||||
Les codes couleur pour ^Cc sont :
|
||||
|
||||
[width="20%",cols="^1m,2"]
|
||||
[width="30%",cols="^1m,3,3",options="header"]
|
||||
|========================================
|
||||
| 00 | blanc
|
||||
| 01 | noir
|
||||
| 02 | bleu foncé
|
||||
| 03 | vert foncé
|
||||
| 04 | rouge clair
|
||||
| 05 | rouge foncé
|
||||
| 06 | violet
|
||||
| 07 | orange
|
||||
| 08 | jaune
|
||||
| 09 | vert clair
|
||||
| 10 | cyan
|
||||
| 11 | cyan clair
|
||||
| 12 | bleu clair
|
||||
| 13 | violet clair
|
||||
| 14 | gris
|
||||
| 15 | gris clair (blanc)
|
||||
| Code | IRC | WeeChat (ncurses)
|
||||
| 00 | blanc | white
|
||||
| 01 | noir | black
|
||||
| 02 | bleu foncé | blue
|
||||
| 03 | vert foncé | green
|
||||
| 04 | rouge clair | lightred
|
||||
| 05 | rouge foncé | red
|
||||
| 06 | violet | magenta
|
||||
| 07 | orange | brown
|
||||
| 08 | jaune | yellow
|
||||
| 09 | vert clair | lightgreen
|
||||
| 10 | cyan | cyan
|
||||
| 11 | cyan clair | lightcyan
|
||||
| 12 | bleu clair | lightblue
|
||||
| 13 | violet clair | lightmagenta
|
||||
| 14 | gris | default
|
||||
| 15 | gris clair | white
|
||||
|========================================
|
||||
|
||||
Exemple : affichage de "bonjour tout le monde !" avec "bonjour" en bleu clair
|
||||
|
||||
+19
-18
@@ -723,26 +723,27 @@ opzionale):
|
||||
Lo stesso codice (senza numero per ^Cc) può essere usato per
|
||||
terminare l'attributo.
|
||||
|
||||
I codici colore per ^Cc sono:
|
||||
I codici colore per ^Cc sono:
|
||||
|
||||
[width="20%",cols="^1m,2"]
|
||||
[width="30%",cols="^1m,3,3",options="header"]
|
||||
|=======================================
|
||||
| 00 | bianco
|
||||
| 01 | nero
|
||||
| 02 | blu scuro
|
||||
| 03 | verde scuro
|
||||
| 04 | rosso chiaro
|
||||
| 05 | rosso scuro
|
||||
| 06 | rosa scuro
|
||||
| 07 | arancione
|
||||
| 08 | giallo
|
||||
| 09 | verde chiaro
|
||||
| 10 | azzurro scuro
|
||||
| 11 | azzurro chiaro
|
||||
| 12 | blu chiaro
|
||||
| 13 | rosa chiaro
|
||||
| 14 | grigio
|
||||
| 15 | grigio chiaro (bianco)
|
||||
| Codice | IRC | WeeChat (ncurses)
|
||||
| 00 | bianco | white
|
||||
| 01 | nero | black
|
||||
| 02 | blu scuro | blue
|
||||
| 03 | verde scuro | green
|
||||
| 04 | rosso chiaro | lightred
|
||||
| 05 | rosso scuro | red
|
||||
| 06 | rosa scuro | magenta
|
||||
| 07 | arancione | brown
|
||||
| 08 | giallo | yellow
|
||||
| 09 | verde chiaro | lightgreen
|
||||
| 10 | azzurro scuro | cyan
|
||||
| 11 | azzurro chiaro | lightcyan
|
||||
| 12 | blu chiaro | lightblue
|
||||
| 13 | rosa chiaro | lightmagenta
|
||||
| 14 | grigio | default
|
||||
| 15 | grigio chiaro | white
|
||||
|=======================================
|
||||
|
||||
Esempio: visualizza "ciao a tutti!" con "ciao" scritto in blu chiaro grassetto
|
||||
|
||||
Reference in New Issue
Block a user