summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-07-20 21:13:41 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-07-20 21:13:41 +0000
commitdca0b73823f9aa38f94abf9c576047c5d70e5c2a (patch)
tree889516f6cad1d370670c7fbee500279bdef1b034
parentb76c7db60e6974507e53a1712ed3407e6e07431e (diff)
downloadirssi-dca0b73823f9aa38f94abf9c576047c5d70e5c2a.zip
Added information about mirc colors by fuchs.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@496 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--docs/formats.txt36
1 files changed, 35 insertions, 1 deletions
diff --git a/docs/formats.txt b/docs/formats.txt
index cda7d422..2980eb1f 100644
--- a/docs/formats.txt
+++ b/docs/formats.txt
@@ -23,4 +23,38 @@
MIRC colors that you can use when writing text to channel and with
hilighting text:
- FIXME: list them :)
+ foreground background
+ -------------------------------------------------------
+ 0 white black
+ 1 ligh gray ---
+ 2 blue blue
+ 3 green green
+ 4 light red ---
+ 5 orange orange
+ 6 magenta (purple) magenta
+ 7 red red
+ 8 yellow ---
+ 9 light green ---
+ 10 cyan cyan
+ 11 light cyan ---
+ 12 light blue ---
+ 13 light magenta ---
+ 14 gray black on black
+ 15 light gray black on black
+ gray on light gray (with bold)
+
+ These colors may differ depending on your terminal.
+
+ How to use these colors ('#' means a number as color code):
+
+ <Ctrl>-b set bold
+ <Ctrl>-c#[,#] set foreground and optionally background color
+ <Ctrl>-o reset all formats to plain text
+ <Ctrl>-v set inverted color mode
+ <Ctrl>-_ set underline
+ <Ctrl>-7 same as <Ctrl>-_
+
+ To reset a mode set it again, f.e.
+ <Ctrl>-c3<Ctrl>-vFOO<Ctrl>-vBAR
+ creates black on green FOO followed by a green on black BAR
+