diff options
author | Horst3180 | 2015-08-14 00:24:01 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-14 00:24:01 +0200 |
commit | fe924d140ae8a1c576979731613e064c2feb75cf (patch) | |
tree | 733336a1c04d59fa913977428f2530ac91910362 /common/xfce-notify-4.0 | |
parent | 79231567b3a66c7d4174188ba21fa19736c78518 (diff) | |
download | solarc-theme-fe924d140ae8a1c576979731613e064c2feb75cf.tar.gz solarc-theme-fe924d140ae8a1c576979731613e064c2feb75cf.tar.xz solarc-theme-fe924d140ae8a1c576979731613e064c2feb75cf.zip |
update xfce-notify colors
Diffstat (limited to 'common/xfce-notify-4.0')
-rw-r--r-- | common/xfce-notify-4.0/gtkrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/xfce-notify-4.0/gtkrc b/common/xfce-notify-4.0/gtkrc index 5958d45..05ed853 100644 --- a/common/xfce-notify-4.0/gtkrc +++ b/common/xfce-notify-4.0/gtkrc @@ -14,8 +14,8 @@ style "notify-button" { bg[PRELIGHT] = "#5C6070" bg[ACTIVE] = @selected_bg_color - fg[NORMAL] = "#A8ADB5" - fg[PRELIGHT] = "#A8ADB5" + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" fg[ACTIVE] = @selected_fg_color engine "murrine" { @@ -29,9 +29,9 @@ style "notify-button" { style "notify-text" { GtkWidget::link-color = @link_color - fg[NORMAL] = "#C0C5CF" - fg[PRELIGHT] = "#C0C5CF" - fg[ACTIVE] = "#C0C5CF" + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" engine "murrine" { textstyle = 0 |