summaryrefslogtreecommitdiff
path: root/default.theme
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-10-23 21:26:03 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-10-23 21:26:03 +0000
commit7793f2fe73cea77b7a491edea57c410cc7623b2b (patch)
treea8dd31fc93f28a499511f82c06ab3219ab2eb324 /default.theme
parent3f3ea3c1b551f3fee4c67613880f5362eba862e8 (diff)
downloadirssi-7793f2fe73cea77b7a491edea57c410cc7623b2b.zip
Activity list colors are now configurable.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1903 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'default.theme')
-rw-r--r--default.theme15
1 files changed, 14 insertions, 1 deletions
diff --git a/default.theme b/default.theme
index e55549af..3b457830 100644
--- a/default.theme
+++ b/default.theme
@@ -262,10 +262,23 @@ abstracts = {
# used for anything.
sbend = " ";
+ prompt = "[$*] ";
+
sb = " %c[%n$*%c]%n";
sbmode = "(%c+%n$*)";
sbaway = " (%GzZzZ%n)";
sbservertag = ":$0 (change with ^X)";
- prompt = "[$*] ";
+ # activity in statusbar
+
+ # ',' separator
+ sb_act_sep = "%c$*";
+ # normal text
+ sb_act_text = "%c$*";
+ # public message
+ sb_act_msg = "%W$*";
+ # hilight
+ sb_act_hilight = "%M$*";
+ # hilight with specified color, $0 = color, $1 = text
+ sb_act_hilight_color = "$0$1-%n";
};