summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2020-05-14 22:40:44 +0300
committerYigit Sever2020-05-14 22:40:44 +0300
commit75f18db25d453fafcf19121384198f3e96250c9d (patch)
tree87a094701adbe08679eb8c9903d3cc5ea8378e91
parent96d6dcb04b8e2ad53e2c3422b776413edf9242ed (diff)
downloaddotfiles-75f18db25d453fafcf19121384198f3e96250c9d.tar.gz
dotfiles-75f18db25d453fafcf19121384198f3e96250c9d.tar.bz2
dotfiles-75f18db25d453fafcf19121384198f3e96250c9d.zip
tracking irssi theme
-rw-r--r--.irssi/default.theme5
1 files changed, 5 insertions, 0 deletions
diff --git a/.irssi/default.theme b/.irssi/default.theme
index 79b1af5..0387af9 100644
--- a/.irssi/default.theme
+++ b/.irssi/default.theme
@@ -293,3 +293,8 @@ abstracts = {
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 = {
297 "fe-common/core" = {
298 pubmsg = "{pubmsgnick $2 {pubnick \00312$[0]0}}$1";
299 };
300};