2000-06-17 21:18:12 -04:00
|
|
|
|
|
|
|
Irssi's colors that you can use in text formats etc. :
|
|
|
|
|
2000-04-26 04:11:21 -04:00
|
|
|
text text background
|
|
|
|
---------------------------------------------------------------------
|
|
|
|
%k %K %0 black bold black black
|
|
|
|
%r %R %1 red bold red red
|
|
|
|
%g %G %2 green bold green green
|
|
|
|
%y %Y %3 yellow bold yellow yellow
|
|
|
|
%b %B %4 blue bold blue blue
|
|
|
|
%m %M %5 magenta bold magenta magenta
|
|
|
|
%p %P magenta (think: purple)
|
|
|
|
%c %C %6 cyan bold cyan cyan
|
|
|
|
%w %W %7 white bold white white
|
2001-01-27 22:41:17 -05:00
|
|
|
%n %N Turn off all colors and other formatting
|
2000-04-26 04:11:21 -04:00
|
|
|
%U Underline on/off
|
|
|
|
%8 Reverse on/off
|
|
|
|
%9 %_ Bold on/off
|
|
|
|
%: Insert newline
|
|
|
|
%| Marks the indentation position
|
|
|
|
%% A single %
|
|
|
|
|
2001-01-27 22:41:17 -05:00
|
|
|
In .theme files %n works a bit differently. See default.theme
|
|
|
|
for more information.
|
|
|
|
|
2000-06-17 21:18:12 -04:00
|
|
|
MIRC colors that you can use when writing text to channel and with
|
|
|
|
hilighting text:
|
|
|
|
|
2000-09-25 14:11:52 -04:00
|
|
|
foreground (fg) background (bg)
|
2000-07-20 17:13:41 -04:00
|
|
|
-------------------------------------------------------
|
2000-09-25 14:11:52 -04:00
|
|
|
0 white black with 0 as fg
|
|
|
|
light gray with fg > 0
|
|
|
|
1 ligh gray black
|
2000-09-06 17:30:56 -04:00
|
|
|
2 blue blue
|
|
|
|
3 green green
|
2000-09-25 14:11:52 -04:00
|
|
|
4 light red red + blinking fg
|
2000-09-06 17:30:56 -04:00
|
|
|
5 orange orange
|
|
|
|
6 magenta (purple) magenta
|
|
|
|
7 red red
|
2000-09-25 14:11:52 -04:00
|
|
|
8 yellow orange + blinking fg
|
|
|
|
9 light green light green + blinking fg
|
|
|
|
10 cyan cyan
|
|
|
|
11 light cyan cyan + blinking fg
|
|
|
|
12 light blue blue + blinking fg
|
|
|
|
13 light magenta magenta + blinking fg
|
|
|
|
14 gray black + blinking fg
|
2000-09-06 17:30:56 -04:00
|
|
|
15 light gray black on black
|
2000-07-20 17:13:41 -04:00
|
|
|
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.
|
2000-09-25 14:11:52 -04:00
|
|
|
<Ctrl-C>3<Ctrl-V>FOO<Ctrl-V>BAR
|
2000-07-20 17:13:41 -04:00
|
|
|
creates black on green FOO followed by a green on black BAR
|