diff options
author | Timo Sirainen <cras@irssi.org> | 2001-10-28 23:17:38 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-10-28 23:17:38 +0000 |
commit | 09ca58961bc0f9c5a713f4ac20192b73d25c33a6 (patch) | |
tree | e3216a640f54649bb698e2740eecb9e3cc4ed354 /default.theme | |
parent | 856e1de779bdf8decbd95682a8fe7f639098bcc9 (diff) | |
download | irssi-09ca58961bc0f9c5a713f4ac20192b73d25c33a6.zip |
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
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 5 |
1 files changed, 1 insertions, 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) |