theme fixes

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@880 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-11-26 05:08:11 +00:00 committed by cras
commit 7fbc915516
4 changed files with 102 additions and 5 deletions

View file

@ -12,17 +12,19 @@ abstracts = {
# generic
line_start = "%B-%W!%B-%n ";
hilight = "%_$0-%_";
error = "%R$0-%n";
channel = "%_$0-%_";
nick = "%_$0-%_";
nickhost = "[$0-]";
server = "%_$0-%_";
reason = "[$0-]";
# channel specific messages
channick_hilight = "%C$0-%n";
chanhost_hilight = "[%c$0-%n]";
chanhost_hilight = "{nickhost %c$0-%n}";
channick = "%c$0-%n";
chanhost = "[$0-]";
chanhost = "{nickhost $0-}";
channelhilight = "%c$0-%n";
ban = "%c$0-%n";
@ -48,7 +50,7 @@ abstracts = {
ownnotice = "[%r$0-]%n ";
ownnotice_target = "%K(%R$0-%K)";
notice = "%K-%M$0-%K-%n ";
pubnotice_channel = "%K:%m$0";
pubnotice_channel = "%K:%m$0-";
pvtnotice_nick = "%K(%m$0-%K)";
servernotice = "%g!$0-%n ";
@ -80,7 +82,7 @@ abstracts = {
dccfile = "%_$0-%_";
dccownmsg = "[%r$0-%n] ";
dccownnick = "%K(%R$1%K)%n";
dccownnick = "%K(%R$0-%K)%n";
dccownaction = "{action $0-}";
dccmsg = "[%G$0-%n] "
dccmsghost = "%K(%g$0-%K)%n";