diff options
author | Martin Schenck | 2016-08-01 17:41:52 +0200 |
---|---|---|
committer | Martin Schenck | 2017-05-14 18:26:05 +0200 |
commit | c6029ac640cdc73c2ddae3ac1b033fe10284dc76 (patch) | |
tree | 8d269bf81b96892da291c3eb6481eae0d4c7b5d5 /common/gtk-2.0/panel.rc | |
parent | 8290cb813f157a22e64ae58ac3dfb5983b0416e6 (diff) | |
download | solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.tar.gz solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.tar.xz solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.zip |
Solarized colours
The script solarize.sh solarizes all colors by replacing the arc colors
with approproate colours from the solarized color scheme.
Diffstat (limited to 'common/gtk-2.0/panel.rc')
-rw-r--r-- | common/gtk-2.0/panel.rc | 10 |
1 files changed, 5 insertions, 5 deletions
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 |