From c6029ac640cdc73c2ddae3ac1b033fe10284dc76 Mon Sep 17 00:00:00 2001 From: Martin Schenck Date: Mon, 1 Aug 2016 17:41:52 +0200 Subject: Solarized colours The script solarize.sh solarizes all colors by replacing the arc colors with approproate colours from the solarized color scheme. --- common/gtk-2.0/panel.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'common/gtk-2.0/panel.rc') diff --git a/common/gtk-2.0/panel.rc b/common/gtk-2.0/panel.rc index d573b7b..7ccd6d6 100644 --- a/common/gtk-2.0/panel.rc +++ b/common/gtk-2.0/panel.rc @@ -8,15 +8,15 @@ style "theme-panel" { bg[PRELIGHT] = "#3f4453" bg[SELECTED] = @selected_bg_color - fg[NORMAL] = "#BAC3CF" + fg[NORMAL] = "#657b83" fg[PRELIGHT] = @selected_fg_color fg[ACTIVE] = @selected_fg_color fg[SELECTED] = @selected_fg_color - text[NORMAL] = "#BAC3CF" - text[PRELIGHT] = "#BAC3CF" - text[ACTIVE] = "#BAC3CF" - text[SELECTED] = "#BAC3CF" + text[NORMAL] = "#657b83" + text[PRELIGHT] = "#657b83" + text[ACTIVE] = "#657b83" + text[SELECTED] = "#657b83" engine "murrine" { reliefstyle = 0 -- cgit v1.2.3