updates.
[silc.git] / apps / irssi / default.theme
index 501a161797d60081456a0615c290caf62098ff50..77bf54bfbcc87612a4b396cec7ee5e2c8f9325f9 100644 (file)
@@ -10,7 +10,7 @@
 # up in those formats, and it was really hard to change the colors since you
 # might have had to change them in tens of different places. So, then came
 # this templating system.
-
+    
 # Now the /FORMATs don't have any colors in them, and they also have very
 # little other styling. Most of the stuff you need to change is in this
 # theme file. If you can't change something here, you can always go back
 
 #############################################################################
 
-# default foreground color (%N) - 0 is the "default terminal color"
+# 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"; };
+replaces = {};
 
 abstracts = {
   ##
@@ -63,10 +64,10 @@ abstracts = {
   ##
 
   # text to insert at the beginning of each non-message line
-  line_start = "%B-%W!%B-%n ";
+  line_start = "*** ";
 
   # timestamp styling, nothing by default
-  timestamp = "$0-";
+  timestamp = "[$0-]";
 
   # any kind of text that needs hilighting, default is to bold
   hilight = "%_$0-%_";
@@ -75,19 +76,19 @@ abstracts = {
   error = "%R$0-%n";
 
   # channel name is printed
-  channel = "%_$0-%_";
+  channel = "%c$0-%n";
 
   # nick is printed
-  nick = "%_$0-%_";
+  nick = "%c$0-%n";
 
   # nick host is printed
-  nickhost = "[$0-]";
+  nickhost = "($0-)";
 
   # server name is printed
-  server = "%_$0-%_";
+  server = "$0-";
 
   # some kind of comment is printed
-  comment = "[$0-]";
+  comment = "($0-)";
 
   # reason for something is printed (part, quit, kick, ..)
   reason = "{comment $0-}";
@@ -100,25 +101,25 @@ abstracts = {
   ##
 
   # highlighted nick/host is printed (joins)
-  channick_hilight = "%C$0-%n";
+  channick_hilight = "%c$0-%n";
   chanhost_hilight = "{nickhost %c$0-%n}";
 
   # nick/host is printed (parts, quits, etc.)
-  channick = "%c$0-%n";
+  channick = "$0-";
   chanhost = "{nickhost $0-}";
 
   # highlighted channel name is printed
   channelhilight = "%c$0-%n";
 
   # ban/ban exception/invite list mask is printed
-  ban = "%c$0-%n";
+  ban = "$0-";
 
   ##
   ## messages
   ##
 
   # the basic styling of how to print message, $0 = nick mode, $1 = nick
-  msgnick = "<$0$1-> %|";
+  msgnick = "%c<$0$1->%n %|";
 
   # message from you is printed. "msgownnick" specifies the styling of the
   # nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
@@ -132,48 +133,48 @@ abstracts = {
   # Example2.2: But you still want to keep <> grey for other messages:
   #  pubmsgnick = "%K{msgnick $0 $1-%K}%n";
   #  pubmsgmenick = "%K{msgnick $0 $1-%K}%n";
-  #  pubmsghinick = "%K{msgnick $1 $0$2-%n%K}%n";
+  #  pubmsghinick = "%K{msgnick $1 $0$2-%K}%n";
   #  ownprivmsgnick = "%K{msgnick  $0-%K}%n";
   #  privmsgnick = "%K{msgnick  %R$0-%K}%n";
 
   # $0 = nick mode, $1 = nick
-  ownmsgnick = "{msgnick $0 $1-}";
-  ownnick = "%W$0-%n";
+  ownmsgnick = "{msgnick $0 $1-}%g";
+  ownnick = "$0-";
 
   # public message in channel, $0 = nick mode, $1 = nick
   pubmsgnick = "{msgnick $0 $1-}";
-  pubnick = "%N$0-%n";
+  pubnick = "$0-";
 
   # public message in channel meant for me, $0 = nick mode, $1 = nick
-  pubmsgmenick = "{msgnick $0 $1-}";
-  menick = "%Y$0-%n";
+  pubmsgmenick = "%g<$0$1->%n %|";
+  menick = "$0-";
 
   # public highlighted message in channel
   # $0 = highlight color, $1 = nick mode, $2 = nick
-  pubmsghinick = "{msgnick $1 $0$2-%n}";
+  pubmsghinick = "{msgnick $1 $2-}$0";
 
   # channel name is printed with message
-  msgchannel = "%K:%c$0-%n";
+  msgchannel = "%w|%c$0-";
 
   # private message, $0 = nick, $1 = host
-  privmsg = "[%R$0%K(%r$1-%K)%n] ";
+  privmsg = "*%c$0%n* ";
 
   # private message from you, $0 = "msg", $1 = target nick
-  ownprivmsg = "[%r$0%K(%R$1-%K)%n] ";
+  ownprivmsg = "->*%c$1-%n* %g";
 
   # own private message in query
-  ownprivmsgnick = "{msgnick  $0-}";
-  ownprivnick = "%W$0-%n";
+  ownprivmsgnick = "{msgnick  $0-}%g";
+  ownprivnick = "$0-";
 
   # private message in query
-  privmsgnick = "{msgnick  %R$0-%n}";
+  privmsgnick = "{msgnick  $0-%n}";
 
   ##
   ## Actions (/ME stuff)
   ##
 
   # used internally by this theme
-  action_core = "%W * $0-%n";
+  action_core = "%Y* $0-";
 
   # generic one that's used by most actions
   action = "{action_core $0-} ";
@@ -182,10 +183,10 @@ abstracts = {
   ownaction = "{action $0-}";
 
   # own action with target, both private/public
-  ownaction_target = "{action_core $0}%K:%c$1%n ";
+  ownaction_target = "{action_core $0}{msgchannel $1} ";
 
   # private action sent by others
-  pvtaction = "%W (*) $0-%n ";
+  pvtaction = " (*) $0- ";
   pvtaction_query = "{action $0-}";
 
   # public action sent by others
@@ -197,44 +198,43 @@ abstracts = {
   ##
 
   # notices
-  ownnotice = "[%r$0%K(%R$1-%K)]%n ";
-  notice = "%K-%M$0-%K-%n ";
-  pubnotice_channel = "%K:%m$0-";
-  pvtnotice_host = "%K(%m$0-%K)";
-  servernotice = "%g!$0-%n ";
+  ownnotice = "-%c$1-%n- ";
+  notice = "-%C$0-%n- ";
+  pubnotice_channel = "{msgchannel $0}";
+  pvtnotice_host = "";
+  servernotice = "{notice $0-}";
 
   # CTCPs
-  ownctcp = "[%r$0%K(%R$1-%K)] ";
-  ctcp = "%g$0-%n";
+  ownctcp = "[$0$1-] ";
+  ctcp = "$0-";
 
   # wallops
-  wallop = "%W$0-%n: ";
-  wallop_nick = "%n$0-";
-  wallop_action = "%W * $0-%n ";
+  wallop = "$0-: ";
+  wallop_nick = "$0-";
+  wallop_action = " * $0- ";
 
   # netsplits
-  netsplit = "%R$0-%n";
+  netsplit = "%c$0-%n";
   netjoin = "%C$0-%n";
 
   # /names list
-  names_nick = "[%_$0%_$1-] ";
-  names_users = "[%g$0-%n]";
-  names_channel = "%G$0-%n";
+  names_nick = "%n%_$0%_$1- | ";
+  names_users = "($0-)";
+  names_channel = "{channel $0-}";
 
   # DCC
-  dcc = "%g$0-%n";
+  dcc = "$0-";
   dccfile = "%_$0-%_";
 
   # DCC chat, own msg/action
-  dccownmsg = "[%r$0%K($1-%K)%n] ";
-  dccownnick = "%R$0-%n";
+  dccownmsg = "*%c=$1-%n*> %g";
   dccownaction = "{action $0-}";
-  dccownaction_target = "{action_core $0}%K:%c$1%n ";
+  dccownaction_target = "{ownaction_target $0-}";
 
   # DCC chat, others
-  dccmsg = "[%G$1-%K(%g$0%K)%n] ";
-  dccquerynick = "%G$0-%n";
-  dccaction = "%W (*dcc*) $0-%n %|";
+  dccmsg = "*%c=$1-%n* ";
+  dccquerynick = "$0-";
+  dccaction = " (*dcc*) $0- %|";
 
   ##
   ## statusbar
@@ -257,4 +257,15 @@ abstracts = {
   sbact = "{sb {sbact_act $0}{sbact_det $1}}";
   sbact_act = "Act: $0-";
   sbact_det = " Det: $0-";
+
+};
+
+#
+# Some default formats how to print stuff on screen
+#
+formats = {
+  "fe-common/core" = {
+    endofnames = "{channel $0}: Total of {hilight $1} nicks {comment {hilight $2} ops, {hilight $4} normal}";
+    line_start_irssi = "{line_start}";
+  };
 };