summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.irssi/default.theme15
1 files changed, 8 insertions, 7 deletions
diff --git a/.irssi/default.theme b/.irssi/default.theme
index 0387af9..833c6c5 100644
--- a/.irssi/default.theme
+++ b/.irssi/default.theme
@@ -69,7 +69,7 @@ abstracts = {
69 timestamp = "$*"; 69 timestamp = "$*";
70 70
71 # any kind of text that needs hilighting, default is to bold 71 # any kind of text that needs hilighting, default is to bold
72 hilight = "%_$*%_"; 72 hilight = "%r$*%_";
73 73
74 # any kind of error message, default is bright red 74 # any kind of error message, default is bright red
75 error = "%R$*%n"; 75 error = "%R$*%n";
@@ -250,7 +250,7 @@ abstracts = {
250 250
251 # default background for all statusbars. You can also give 251 # default background for all statusbars. You can also give
252 # the default foreground color for statusbar items. 252 # the default foreground color for statusbar items.
253 sb_background = "%4%w"; 253 sb_background = "%w%0";
254 window_border = "%4%w"; 254 window_border = "%4%w";
255 255
256 # default backround for "default" statusbar group 256 # default backround for "default" statusbar group
@@ -283,18 +283,19 @@ abstracts = {
283 # activity in statusbar 283 # activity in statusbar
284 284
285 # ',' separator 285 # ',' separator
286 sb_act_sep = "%c$*"; 286 sb_act_sep = "%w$*";
287 # normal text 287 # normal text
288 sb_act_text = "%c$*"; 288 sb_act_text = "%g$*";
289 # public message 289 # public message
290 sb_act_msg = "%W$*"; 290 sb_act_msg = "%b$*";
291 # hilight 291 # hilight
292 sb_act_hilight = "%M$*"; 292 sb_act_hilight = "%R$*";
293 # hilight with specified color, $0 = color, $1 = text 293 # hilight with specified color, $0 = color, $1 = text
294 sb_act_hilight_color = "$0$1-%n"; 294 sb_act_hilight_color = "$0$1-%n";
295}; 295};
296formats = { 296formats = {
297 "fe-common/core" = { 297 "fe-common/core" = {
298 pubmsg = "{pubmsgnick $2 {pubnick \00312$[0]0}}$1"; 298 pubmsg = "{pubmsgnick $2 {pubnick \00312$[0]0}}$1";
299 own_msg = "{ownmsgnick $2 {ownnick $[0]0}}$1";
299 }; 300 };
300}; 301};