From 832075c89d0c00432901b918f4f8f9b146b5f69d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 3 Dec 2000 06:21:26 +0000 Subject: [PATCH] updates git-svn-id: http://svn.irssi.org/repos/irssi/trunk@945 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- Makefile.am | 2 +- split.theme | 42 ------------------------------------------ 2 files changed, 1 insertion(+), 43 deletions(-) delete mode 100644 split.theme diff --git a/Makefile.am b/Makefile.am index 622dd1e1..8b20f487 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ endif SUBDIRS = po intl $(GLIB_DIR) src $(SERVERTEST) docs scripts confdir = $(sysconfdir)/irssi -conf_DATA = config colorless.theme split.theme +conf_DATA = config default.theme colorless.theme noinst_HEADERS = irssi-version.h diff --git a/split.theme b/split.theme deleted file mode 100644 index e4f75fac..00000000 --- a/split.theme +++ /dev/null @@ -1,42 +0,0 @@ -{ - default_color = 15; - colors = {}; - bg_scrollable = No; - bg_scaled = No; - bg_shaded = No; - formats = { - line_start = "%|"; - join = "%c%_$[-10]1%_%K:%n %|JOIN %K[%c$2%K]"; - part = "%c$[-10]1%K:%n %|PART %K[%n$4%K]"; - kick = "%c$[-10]1%K:%n %|KICK by $3 %K[%n$4%K]"; - quit = "%c$[-10]1%K:%n %|QUIT %K[%n$3%K]"; - invite = "%_$[-10]1%K:%n %|INVITE %_$2"; - new_topic = "%_$[-10]1%_%K:%n %|TOPIC: %_$3"; - chanmode_change = "%_$[-10]3%_%K:%n %|MODE: %_$2"; - nick_away = "$[-10]1%K:%n %|AWAY: $2"; - no_such_nick = "$[-10]1%K:%n No such nick/channel"; - nick_changed = "%_$[-10]1%K:%n %|NICK %c$2"; - own_msg = "$3%W$[-9]1%K:%n %|$2"; - own_msg_channel = "$4%W$[-9]1%K:%c$2%K:%n %|$3"; - own_msg_private_query = "%W$[-10]3%K:%n %|$2"; - own_me = "%W* $[-9]1%n %|$2"; - pubmsg_me = "$3%Y$[-9]1%K:%n %|$2"; - pubmsg_me_channel = "$4%Y$[-9]1%K:%c$2%K:%n %|$3"; - pubmsg_hilight = "$4$[-9]1$2%K:%n %|$3"; - pubmsg_hilight_channel = "$5$[-9]1$2%K:%c$3%K:%n %|$4"; - pubmsg = "$3$[-9]1%K:%n %|$2"; - pubmsg_channel = "$4$[-9]1%K:%c$2%K:%n %|$3"; - msg_private_query = "%R$[-10]1%K:%n %|$3"; - notice_public = "%M$[-10]1%K%K:%n %|NOTICE $3"; - notice_public_ops = "%M$[-10]1%K:%n %|NOTICE $3"; - notice_private = "%M$[-10]1%K:%n %|NOTICE $3"; - action_private_query = "%W* $[-9]1%n %|$3"; - action_public = "%W* $[-9]1%n %|$2"; - action_public_channel = "%W* $[-9]1%K:%c$2%n %|$3"; - ctcp_reply = "%_$[-10]2%_%K:%n %|CTCP %_$1%_ reply: $3"; - ctcp_ping_reply = "%_$[-10]1%_%K:%n %|CTCP %_PING%_ reply in $2.$3 seconds"; - wallops = "%_$[-10]1%K:%n %|%_WALLOP%_ $2"; - action_wallops = "%_$[-10]1%K:%n %|%_WALLOP *%n $2"; - error = "%_ERROR%_ %K:%n %|$1"; - }; -}