1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

added default_color and default_real_color

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1421 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-03-24 15:16:49 +00:00 committed by cras
parent eba784876e
commit fa82a26cc6

View File

@ -47,6 +47,12 @@
#############################################################################
# default foreground color (%N) - 0 is the "default terminal color"
default_color = 0;
# default foreground color when "0" can't be used,
# such as with bolds and reverses. white is default.
default_real_color = 7;
# these characters are automatically replaced with specified color
# (dark grey by default)
replaces = { "[]<>=" = "%K$0-%n"; };
@ -242,7 +248,7 @@ abstracts = {
sbmode = "(%c+%n$0-)";
sbaway = " (%GzZzZ%n)";
sbservertag = ":$0 (change with ^X)";
sbservertag = "%c:%n$0 (change with ^X)";
sbmore = "%_-- more --%_";
sblag = "{sb Lag: $0-}";
sbmail = "{sb Mail: $0-}";