summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de')
-rw-r--r--doc/de/autogen/plugin_api/completions.txt2
-rw-r--r--doc/de/autogen/user/weechat_commands.txt28
2 files changed, 15 insertions, 15 deletions
diff --git a/doc/de/autogen/plugin_api/completions.txt b/doc/de/autogen/plugin_api/completions.txt
index 76eb3ce8b..70fa06a3a 100644
--- a/doc/de/autogen/plugin_api/completions.txt
+++ b/doc/de/autogen/plugin_api/completions.txt
@@ -70,7 +70,7 @@
| weechat | buffers_plugins_names | Liste der Buffer (inkl. der Erweiterungen)
-| weechat | color_pairs | color pairs
+| weechat | color_pairs | Farbpaar
| weechat | commands | Befehle (WeeChat und Erweiterungen)
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt
index 38848efee..5a40d9ac6 100644
--- a/doc/de/autogen/user/weechat_commands.txt
+++ b/doc/de/autogen/user/weechat_commands.txt
@@ -102,23 +102,23 @@
• *`/color`* `[add pair [alias] [fg,bg]] | [del pair] | switch`::
........................................
- define custom colors and display palette of colors
-
- add: add a color pair
- del: delete a color pair
- switch: switch WeeChat/terminal colors
- pair: pair number (>= 1)
- alias: alias name for color (for example: "orange")
- fg,bg: foreground and background pair number (-1 for default terminal foreground or background)
+ erstellt benutzerdefinierte Farben und stellt die Farbpalette dar
+
+ add: fügt ein Farbpaar hinzu
+ del: entfernt ein Farbpaar
+ switch: wechselt die Farben von WeeChat/Terminal
+ pair: Wert für Farbpaar (>= 1)
+ alias: Alias für Farbe (zum Beispiel: "orange")
+ fg,bg: Vordergrund- und Hintergrundfarbe (-1 setzt für den Vorder- oder Hintergrund die standard Terminalfarbe)
- Without argument, this command displays colors in a new buffer.
+ Ohne Angabe von Argumenten öffnet der Befehl einen neuen Buffer, in welchem die Farbpalette dargestellt wird.
- Examples:
- add color 214 with alias "orange":
+ Beispiele:
+ fügt die Farbe 214 mit dem Alias "orange" hinzu:
/color add 214 orange
- add color 250 with orange on blue:
- /color add 250 214,4 orange_blue
- delete color 214:
+ fügt die Farbe 250 mit dem Alias Orange auf Blau hinzu:
+ /color add 250 214,4 orange_blau
+ löscht die Farbe 214:
/color del 214
........................................