mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05: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:
parent
eba784876e
commit
fa82a26cc6
@ -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-}";
|
||||
|
Loading…
Reference in New Issue
Block a user