summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-11-11 11:16:10 +0100
committerSébastien Helleu <flashcode@flashtux.org>2014-11-11 11:17:50 +0100
commit55712b91cbf3c62392f54713b1b1094534d7bcad (patch)
tree1844c1cb635f8800b210827fe6cb4b355be93628 /doc/de
parent6f5f6da0ebd58c3c130130bb01b85b2986de35bc (diff)
downloadweechat-55712b91cbf3c62392f54713b1b1094534d7bcad.zip
doc: add IRC color codes 16-99 in user's guide
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/autogen/user/irc_colors.asciidoc105
-rw-r--r--doc/de/weechat_user.de.asciidoc26
2 files changed, 111 insertions, 20 deletions
diff --git a/doc/de/autogen/user/irc_colors.asciidoc b/doc/de/autogen/user/irc_colors.asciidoc
new file mode 100644
index 000000000..49fee177b
--- /dev/null
+++ b/doc/de/autogen/user/irc_colors.asciidoc
@@ -0,0 +1,105 @@
+[width="30%",cols="^2m,3",options="header"]
+|===
+| IRC color | WeeChat color
+
+| 00 | white
+| 01 | black
+| 02 | blue
+| 03 | green
+| 04 | lightred
+| 05 | red
+| 06 | magenta
+| 07 | brown
+| 08 | yellow
+| 09 | lightgreen
+| 10 | cyan
+| 11 | lightcyan
+| 12 | lightblue
+| 13 | lightmagenta
+| 14 | darkgray
+| 15 | gray
+| 16 | 52
+| 17 | 94
+| 18 | 100
+| 19 | 58
+| 20 | 22
+| 21 | 29
+| 22 | 23
+| 23 | 24
+| 24 | 17
+| 25 | 54
+| 26 | 53
+| 27 | 89
+| 28 | 88
+| 29 | 130
+| 30 | 142
+| 31 | 64
+| 32 | 28
+| 33 | 35
+| 34 | 30
+| 35 | 25
+| 36 | 18
+| 37 | 91
+| 38 | 90
+| 39 | 125
+| 40 | 124
+| 41 | 166
+| 42 | 184
+| 43 | 106
+| 44 | 34
+| 45 | 49
+| 46 | 37
+| 47 | 33
+| 48 | 19
+| 49 | 129
+| 50 | 127
+| 51 | 161
+| 52 | 196
+| 53 | 208
+| 54 | 226
+| 55 | 154
+| 56 | 46
+| 57 | 86
+| 58 | 51
+| 59 | 75
+| 60 | 21
+| 61 | 171
+| 62 | 201
+| 63 | 198
+| 64 | 203
+| 65 | 215
+| 66 | 227
+| 67 | 191
+| 68 | 83
+| 69 | 122
+| 70 | 87
+| 71 | 111
+| 72 | 63
+| 73 | 177
+| 74 | 207
+| 75 | 205
+| 76 | 217
+| 77 | 223
+| 78 | 229
+| 79 | 193
+| 80 | 157
+| 81 | 158
+| 82 | 159
+| 83 | 153
+| 84 | 147
+| 85 | 183
+| 86 | 219
+| 87 | 212
+| 88 | 16
+| 89 | 233
+| 90 | 235
+| 91 | 237
+| 92 | 239
+| 93 | 241
+| 94 | 244
+| 95 | 247
+| 96 | 250
+| 97 | 254
+| 98 | 231
+| 99 | default
+|===
diff --git a/doc/de/weechat_user.de.asciidoc b/doc/de/weechat_user.de.asciidoc
index 9c172a5d9..01c4401e9 100644
--- a/doc/de/weechat_user.de.asciidoc
+++ b/doc/de/weechat_user.de.asciidoc
@@ -1413,26 +1413,12 @@ um die Farbkodierungen bzw. Attribute zu deaktivieren.
Farbtabelle für key[ctrl-c,c]:
-[width="50%",cols="^1m,3,3",options="header"]
-|===
-| Code | IRC | WeeChat (curses)
-| 00 | weiß | white
-| 01 | schwarz | black
-| 02 | dunkelblau | blue
-| 03 | dunkelgrün | green
-| 04 | hellrot | lightred
-| 05 | dunkelrot | red
-| 06 | magenta | magenta
-| 07 | orange | brown
-| 08 | gelb | yellow
-| 09 | hellgrün | lightgreen
-| 10 | türkis | cyan
-| 11 | hell türkis | lightcyan
-| 12 | hellblau | lightblue
-| 13 | hell magenta | lightmagenta
-| 14 | grau | darkgray
-| 15 | hellgrau | gray
-|===
+include::autogen/user/irc_colors.asciidoc[]
+
+// TRANSLATION MISSING
+[NOTE]
+To show all available colors in your terminal, you can do `/color` then
+key[alt-c] in WeeChat or run this command in terminal: `weechat --colors`.
Beispiel: Im Buffer wird "Hallo an alle!" ausgegeben. Dabei wird "Hallo" in fett und hellblau
und "an alle" rot und unterstrichen dargestellt.