From 09ca58961bc0f9c5a713f4ac20192b73d25c33a6 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 28 Oct 2001 23:17:38 +0000 Subject: [PATCH] Removed unused default_real_color, updated default_color's value to "-1" (didn't work without quotes) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1934 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- default.theme | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/default.theme b/default.theme index 4c19d41c..43d82044 100644 --- a/default.theme +++ b/default.theme @@ -48,10 +48,7 @@ ############################################################################# # default foreground color (%N) - -1 is the "default terminal color" -default_color = -1; -# default foreground color when -1 can't be used, -# such as with bolds and reverses. white is default. -default_real_color = 7; +default_color = "-1"; # these characters are automatically replaced with specified color # (dark grey by default)