nick hilight more visible
[stack/conf/irssi-colors-solarized.git] / solarized-universal.theme
index 885c0f6..5071049 100644 (file)
@@ -164,7 +164,7 @@ abstracts = {
   # public message in channel meant for me, $0 = nick mode, $1 = nick
   pubmsgmenick = "{msgnick $0 $1-}";
   # %m = magenta
-  menick = "%m$*%n";
+  menick = "%w%4$*%n";
 
   # public highlighted message in channel
   # $0 = highlight color, $1 = nick mode, $2 = nick
@@ -288,7 +288,7 @@ abstracts = {
   #   the content parts of the adv_windowlist.  Default seems to be blue
   # NOTE: if not set, the default background seems to be %w%4 = white on blue
   # %4 = blue
-  sb_background = "%w%4";
+  sb_background = "%k%6";
 
   # default backround for "default" statusbar group
   # NOTE: this impacts the statusbar of an inactive window and the edges of adv_windowlist
@@ -339,14 +339,14 @@ abstracts = {
   sb_act_sep = "%g$*";
   # normal text
   # This also affects the color of the window with activity in adv_windowlist
-  sb_act_text = "%W$*";
+  sb_act_text = "%w$*";
   # public message (ordinary messages)
-  sb_act_msg = "%R$*";
+  sb_act_msg = "%U%W$*";
   # hilight (when people actually chat)
   # This also affects the color of the window with direct message in adv_windowlist
   sb_act_hilight = "%m$*";
   # hilight with specified color, $0 = color, $1 = text
-  sb_act_hilight_color = "$0$1-%n";
+  sb_act_hilight_color = "$0%1$1-%n";
 
   ### For usercount.pl script