diff options
author | Timo Sirainen <cras@irssi.org> | 2000-11-26 05:08:11 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-11-26 05:08:11 +0000 |
commit | 7fbc91551653b4959398d71aed9c5255554c7c9b (patch) | |
tree | f7f2b0e098ec351e35e71f07b434400ec9c5b9fa /default.theme | |
parent | 8c02aa15b483d3769aa9cd9814b65ca756da5f1b (diff) | |
download | irssi-7fbc91551653b4959398d71aed9c5255554c7c9b.zip |
theme fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@880 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/default.theme b/default.theme index 3473bca1..f4078e6b 100644 --- a/default.theme +++ b/default.theme @@ -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"; |