From 54d374e2f449385895ee288d02a564240a4683ab Mon Sep 17 00:00:00 2001 From: stack Date: Sat, 2 Mar 2013 16:15:53 +0100 Subject: [PATCH 1/1] better hilight colors because red was unreadable --- solarized-universal.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solarized-universal.theme b/solarized-universal.theme index d7fcdcd..c07de7a 100644 --- a/solarized-universal.theme +++ b/solarized-universal.theme @@ -341,12 +341,12 @@ abstracts = { # This also affects the color of the window with activity in adv_windowlist 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 -- 2.20.1