diff options
author | Horst3180 | 2015-08-10 20:31:22 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-13 01:15:17 +0200 |
commit | cbbd23ec075997c5b2ffb634ee03724759fbe58e (patch) | |
tree | 30fb8413ba2a0aa44bf15493c2f724c934d6727a /common/gtk-2.0/panel.rc | |
parent | 954f41f19f3c851796b743c38c1300612b0ed525 (diff) | |
download | solarc-theme-cbbd23ec075997c5b2ffb634ee03724759fbe58e.tar.gz solarc-theme-cbbd23ec075997c5b2ffb634ee03724759fbe58e.tar.xz solarc-theme-cbbd23ec075997c5b2ffb634ee03724759fbe58e.zip |
gnome-shell theme improvements and some osd redesign
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 9974b76..5d57781 100644 --- a/common/gtk-2.0/panel.rc +++ b/common/gtk-2.0/panel.rc @@ -7,15 +7,15 @@ style "theme-panel" { bg[PRELIGHT] = shade(1.1, @selected_bg_color) bg[SELECTED] = @selected_bg_color - fg[NORMAL] = "#A8ADB5" + fg[NORMAL] = "#BAC3CF" fg[PRELIGHT] = @selected_fg_color fg[ACTIVE] = @selected_fg_color fg[SELECTED] = @selected_fg_color - text[NORMAL] = "#A8ADB5" - text[PRELIGHT] = "#A8ADB5" - text[ACTIVE] = "#A8ADB5" - text[SELECTED] = "#A8ADB5" + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" engine "murrine" { reliefstyle = 0 |