diff options
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 7ccd6d6..d573b7b 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] = "#657b83" + fg[NORMAL] = "#BAC3CF" fg[PRELIGHT] = @selected_fg_color fg[ACTIVE] = @selected_fg_color fg[SELECTED] = @selected_fg_color - text[NORMAL] = "#657b83" - text[PRELIGHT] = "#657b83" - text[ACTIVE] = "#657b83" - text[SELECTED] = "#657b83" + text[NORMAL] = "#BAC3CF" + text[PRELIGHT] = "#BAC3CF" + text[ACTIVE] = "#BAC3CF" + text[SELECTED] = "#BAC3CF" engine "murrine" { reliefstyle = 0 |