diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-24 15:16:49 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-24 15:16:49 +0000 |
commit | fa82a26cc63127440de3650d49c01822c0850f06 (patch) | |
tree | eba9cafe42fbb1cde4ec86c92ef72f16929fe8da /default.theme | |
parent | eba784876ebf17b842e31fade9de943ae226f6a5 (diff) | |
download | irssi-fa82a26cc63127440de3650d49c01822c0850f06.zip |
added default_color and default_real_color
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1421 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 8 |
1 files changed, 7 insertions, 1 deletions
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-}"; |