summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/weechat_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/autogen/user/weechat_commands.txt')
-rw-r--r--doc/de/autogen/user/weechat_commands.txt25
1 files changed, 15 insertions, 10 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt
index 2ca246946..6bd9617d1 100644
--- a/doc/de/autogen/user/weechat_commands.txt
+++ b/doc/de/autogen/user/weechat_commands.txt
@@ -131,21 +131,26 @@ Beispiele:
/color alias <color> <name>
unalias <color>
reset
+ term2rgb <color>
+ rgb2term <rgb> [<limit>]
-o
- alias: weist einer Farbzahl einen Namen zu
-unalias: entfernt einen Namen
- color: Farbnummer (>= 0, maximale Anzahl ist abhängig vom Terminal, üblicherweise 63 oder 255 Farben)
- name: Aliasname für eine Farbe (zum Beispiel: "orange")
- reset: setzt alle Farbpaarungen zurück (nützlich falls keine Farbpaarung mehr verfügbar sein sollte und die automatische Reset-Option deaktiviert ist, siehe Option: weechat.look.color_pairs_auto_reset)
- -o: sendet Terminal-/Farbinformationen in den aktuellen Buffer
+ alias: add an alias for a color
+ unalias: delete an alias
+ color: color number (greater than or equal to 0, max depends on terminal, commonly 63 or 255)
+ name: alias name for color (for example: "orange")
+ reset: reset all color pairs (required when no more color pairs are available if automatic reset is disabled, see option weechat.look.color_pairs_auto_reset)
+term2rgb: convert a terminal color (0-255) to RGB color
+rgb2term: convert a RGB color to terminal color (0-255)
+ limit: number of colors to use in terminal table (starting from 0); default is 256
+ -o: send terminal/colors info to current buffer as input
-Ohne Angabe von Argumenten wird in einem separaten Buffer die darstellbare Farbpalette angezeigt.
+Without argument, this command displays colors in a new buffer.
-Beispiele:
- der Farbe 214 wird das Alias "orange" zugeordnet:
+Examples:
+ add alias "orange" for color 214:
/color alias 214 orange
- löscht die Farbe 214:
+ delete color 214:
/color unalias 214
----