summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/weechat_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-01-01 14:39:12 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-01-01 14:39:12 +0100
commit0721bb1d4c247b3d063a589644f4b88c2585fedd (patch)
tree9697ebf2eef7c30dbd4c8f83270c22eea3be656b /doc/de/autogen/user/weechat_commands.txt
parent7445c12667766d4a8ea43536325a25a44d5acd18 (diff)
downloadweechat-0721bb1d4c247b3d063a589644f4b88c2585fedd.zip
Add new command /color
Diffstat (limited to 'doc/de/autogen/user/weechat_commands.txt')
-rw-r--r--doc/de/autogen/user/weechat_commands.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt
index 307cab574..c3c4a704d 100644
--- a/doc/de/autogen/user/weechat_commands.txt
+++ b/doc/de/autogen/user/weechat_commands.txt
@@ -99,6 +99,30 @@
/buffer +1
........................................
+&bull; *`/color`* `[add pair [alias] [fg,bg] [r/g/b]] | [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)
+ r/g/b: red/green/blue values (0-1000), terminal must support it
+
+ Without argument, this command displays colors in a new buffer.
+
+ Examples:
+ add color 214 with alias "orange":
+ /color add 214 orange
+ add color 250 with orange on blue:
+ /color add 250 214,4 orange_blue
+ delete color 214:
+ /color del 214
+........................................
+
&bull; *`/command`* `Erweiterungs-Befehl`::
........................................