summaryrefslogtreecommitdiffstats
path: root/.irssi
diff options
context:
space:
mode:
authorYigit Sever2020-05-20 00:54:14 +0300
committerYigit Sever2020-05-20 00:54:14 +0300
commit0d3a66cd9e63e003fa681fb76a106e0a3dc3f7e3 (patch)
treeb79163ad2217d9be7d0e8f70b3454ad519d74d45 /.irssi
parentb4e461361ea3ff9fb3e77dabf7302243cc55d3c6 (diff)
downloaddotfiles-0d3a66cd9e63e003fa681fb76a106e0a3dc3f7e3.tar.gz
dotfiles-0d3a66cd9e63e003fa681fb76a106e0a3dc3f7e3.tar.bz2
dotfiles-0d3a66cd9e63e003fa681fb76a106e0a3dc3f7e3.zip
tracking irssi theme
Diffstat (limited to '.irssi')
-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};