From dca0b73823f9aa38f94abf9c576047c5d70e5c2a Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 20 Jul 2000 21:13:41 +0000 Subject: [PATCH] Added information about mirc colors by fuchs. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@496 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/formats.txt | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) 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): + + -b set bold + -c#[,#] set foreground and optionally background color + -o reset all formats to plain text + -v set inverted color mode + -_ set underline + -7 same as -_ + + To reset a mode set it again, f.e. + -c3-vFOO-vBAR + creates black on green FOO followed by a green on black BAR +