Merges from Irssi CVS.
[crypto.git] / apps / irssi / default.theme
index 9ffec4b7b8cb17a2cfe8c39d2b50c4bde705757d..121ca9459dc4538caa2cc2aea1f4b3d52d958286 100644 (file)
 #############################################################################
 
 # default foreground color (%N) - 0 is the "default terminal color" 
-default_color = 0;
+default_color = "-1";
 
-# default foreground color when "0" can't be used,
-# such as with bolds and reverses. white is default.
-default_real_color = 7;
+# print timestamp/servertag at the end of line, not at beginning
+info_eol = "false";
 
 # these characters are automatically replaced with specified color
 # (dark grey by default)
-replaces = {};
+replaces = { "()=" = "%K$*%n"; };
+#replaces = {};
 
 abstracts = {
   ##
@@ -209,7 +209,9 @@ abstracts = {
   netjoin = "%C$0-%n";
 
   # /names list
+  names_prefix = "";
   names_nick = "[ %n%_$0%_$1- ] ";
+  names_nick_op = "{names_nick $*}";
   names_users = "$0-";
   names_channel = "{channel $0-}";
 
@@ -255,6 +257,7 @@ abstracts = {
 
   sb = " %c[%n$*%c]%n";
   sbmode = "(%c+%n$*)";
+  sbusermode = "(%n$*)";
   sbaway = " (%GzZzZ%n)";
   sbservertag = ":$0 (change with ^X)";