diff options
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"; |