summaryrefslogtreecommitdiff
path: root/default.theme
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-12-03 02:20:49 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-12-03 02:20:49 +0000
commit4a295a734328fb17de4b5b15e033762744ddf52b (patch)
tree45aaefc0cfa717dbad044a206196db10f3653524 /default.theme
parent0577583fca28bd70c459517ed1c9c94728135eca (diff)
downloadirssi-4a295a734328fb17de4b5b15e033762744ddf52b.zip
updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@932 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'default.theme')
-rw-r--r--default.theme86
1 files changed, 42 insertions, 44 deletions
diff --git a/default.theme b/default.theme
index 7bac1c20..dd5d9630 100644
--- a/default.theme
+++ b/default.theme
@@ -1,7 +1,5 @@
# these characters are automatically replaced with specified color
-replaces = {
- "[]<>=" = "%K$0-%n";
-};
+replaces = { "[]<>=" = "%K$0-%n"; };
# %n specifies the color set in higher level, like in
# {ctcp {nick $0-} requested ... }
@@ -9,83 +7,83 @@ replaces = {
# "requested" text would be green
abstracts = {
-# generic
+ # generic
line_start = "%B-%W!%B-%n ";
+ timestamp = "$0-"
hilight = "%_$0-%_";
error = "%R$0-%n";
-
+
channel = "%_$0-%_";
nick = "%_$0-%_";
nickhost = "[$0-]";
server = "%_$0-%_";
- reason = "[$0-]";
-
-# channel specific messages
+ comment = "[$0-]";
+ reason = "{comment $0-}";
+ mode = "{comment $0-}";
+
+ # channel specific messages
channick_hilight = "%C$0-%n";
chanhost_hilight = "{nickhost %c$0-%n}";
channick = "%c$0-%n";
chanhost = "{nickhost $0-}";
channelhilight = "%c$0-%n";
ban = "%c$0-%n";
-
-# messages
+
+ # messages
msgnick = "<$0-> %|";
+ ownmsgnick = "{msgnick $0-}";
+ pubmsgnick = "{msgnick $0-}";
+ pubmsgmenick = "{msgnick $0-}";
+ pubmsghinick = "{msgnick $1$0$2-}";
msgownnick = "%W$0-%n";
msgchannel = "%K:%c$0-%n";
msgme = "%Y$0-%n";
- privmsg = "[$0-] ";
- privmsgnick = "%R$0-%n";
- privmsghost = "%K(%r$0-%K)%n";
- ownprivmsg = "[%r$0-%n] ";
- ownprivmsgdest = "%K(%R$0-%K)";
-
-# actions
+ privmsg = "[%R$0%K(%r$1-%K)%n] ";
+ privmsgnick = "{msgnick %R$0-%n}";
+ ownprivmsg = "[%r$0%K(%R$1-%K)-%n] ";
+
+ # actions
action = "%W * $0-%n ";
ownaction = "{action $0-}";
pvtaction = "%W (*) $0-%n ";
pvtaction_query = "{action $0-}";
pubaction = "{action $0-}";
-
-# notices
- ownnotice = "[%r$0-]%n ";
- ownnotice_target = "%K(%R$0-%K)";
+
+ # notices
+ ownnotice = "[%r$0%K(%R$1-%K)]%n ";
notice = "%K-%M$0-%K-%n ";
pubnotice_channel = "%K:%m$0-";
- pvtnotice_nick = "%K(%m$0-%K)";
+ pvtnotice_host = "%K(%m$0-%K)";
servernotice = "%g!$0-%n ";
-
-# ctcp
- ownctcp = "[%r$0-] ";
- ownctcp_target = "%K(%R$0-%K)";
+
+ # ctcp
+ ownctcp = "[%r$0%K(%R$1-%K)] ";
ctcp = "%g$0-%n";
-
-# wall
- ownwall = "[%W$0-] ";
- ownwall_channel = "%K/%c$0-";
-
-# wallops
+
+ # wall
+ ownwall = "[%W$0%K/%c$1-] ";
+
+ # wallops
wallop = "%W$0-%n: ";
wallop_nick = "%n$0-";
wallop_action = "%W * $0-%n ";
-
-# netsplits
+
+ # netsplits
netsplit = "%R$0-%n";
netjoin = "%C$0-%n";
-
-# /names list
- names_nickstat = "%_$0-%_";
+
+ # /names list
+ names_nick = "[%_$0%_$1-] ";
names_users = "[%g$0-%n]";
names_channel = "%G$0-%n";
-
-# dcc
+
+ # dcc
dcc = "%g$0-%n";
dccfile = "%_$0-%_";
-
- dccownmsg = "[%r$0-%n] ";
- dccownnick = "%K(%R$0-%K)%n";
+
+ dccownmsg = "[%r$0%K(%R$1-%K)%n%n] ";
dccownaction = "{action $0-}";
- dccmsg = "[%G$0-%n] ";
- dccmsghost = "%K(%g$0-%K)%n";
+ dccmsg = "[%G$1-%K(%g$0%K)%n] ";
dccquerynick = "%G$0-%n";
dccaction = "%W (*dcc*) $0-%n %|";
};