summaryrefslogtreecommitdiffstats
path: root/irssi/custom.theme
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-07-28 00:25:27 +0200
committerGravatar Tom Willemsen2011-07-28 00:25:27 +0200
commit0b0e95e88c1dbd6a9f16300ae03f725e37b6369b (patch)
treec373b1c5a5c49dc72c23ee708fc478d807d00768 /irssi/custom.theme
parentaf0eeb3f5251367970b15ef4e614bca56c59ee43 (diff)
downloaddotfiles-0b0e95e88c1dbd6a9f16300ae03f725e37b6369b.tar.gz
dotfiles-0b0e95e88c1dbd6a9f16300ae03f725e37b6369b.zip
Preparing placing home-directory in repo
Diffstat (limited to 'irssi/custom.theme')
-rw-r--r--irssi/custom.theme51
1 files changed, 0 insertions, 51 deletions
diff --git a/irssi/custom.theme b/irssi/custom.theme
deleted file mode 100644
index f61afef..0000000
--- a/irssi/custom.theme
+++ /dev/null
@@ -1,51 +0,0 @@
-# print timestamp/servertag at the end of line, not at beginning
-info_eol = "false";
-
-abstracts = {
- # text to insert at the beginning of each non-message line
- line_start = "%K:%w:%W: ";
-
- # timestamp styling
- timestamp = " %c[%n$*%c]%n %n";
-
- ##
- ## messages
- ##
-
- # the basic styling hof how to print message, $0 = nick mode, $1 = nick
- msgnick = "$1 %B»%n %|";
-
- # $0 = nick mode, $1 = nick
- #ownmsgnick = "{msgnick $0 %B$1-%n}";
- ownnick = "%B$0-%n";
-
- ##
- ## statusbar
- ##
-
- # default background for all statusbars. You can also give the default
- # foreground color for statusbar items.
- sb_background = "%0";
- sb_foreground = "%w";
-
- sbmode = " mode $*";
- sb_act_hilight = "%3 $* %n";
-};
-formats = {
- "fe-common/core" = {
- join = "%g»%G»%n $0 %G»%n joins $2";
- part = "%r«%R«%n $0 %R«%n leaves $2 {reason $3}";
- quit = "%r«%R«%n $0 %R«%n quits {reason $2}";
- kick = "%r«%R«%n $0 %R«%n was kicked from {channel $1} by $2 {reason $3}";
- nick_changed = "{channick $0} --> {channick $1}";
-
- own_msg = "{ownmsgnick $2 [{ownnick $[12]0}]}$1";
- own_msg_channel = "{ownmsgnick $3 [{ownnick $[12]0}]{msgchannel $1}}$2";
- pubmsg_me = "{pubmsgmenick $2 [{menick $[12]0}]}$1";
- pubmsg_me_channel = "{pubmsgmenick $3 [{menick $[12]0}]{msgchannel $1}}$2";
- pubmsg_hilight = "{pubmsghinick $0 $3 [$[12]1]}$2";
- pubmsg_hilight_channel = "{pubmsghinick $0 $4 [$[12]1]{msgchannel $2}}$3";
- pubmsg = "{pubmsgnick $2 {pubnick [$[12]0]}}$1";
- pubmsg_channel = "{pubmsgnick $3 {pubnick [$[12]0]}{msgchannel $1}}$2";
- };
-};