From fa82a26cc63127440de3650d49c01822c0850f06 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 24 Mar 2001 15:16:49 +0000 Subject: [PATCH] added default_color and default_real_color git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1421 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- default.theme | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/default.theme b/default.theme index d56b4293..501a1617 100644 --- a/default.theme +++ b/default.theme @@ -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-}";