diff options
Diffstat (limited to 'common/gtk-2.0/xfce-notify.rc')
-rw-r--r-- | common/gtk-2.0/xfce-notify.rc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/common/gtk-2.0/xfce-notify.rc b/common/gtk-2.0/xfce-notify.rc index 7ec55ac..cc23995 100644 --- a/common/gtk-2.0/xfce-notify.rc +++ b/common/gtk-2.0/xfce-notify.rc @@ -1,4 +1,4 @@ -gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff" +gtk-color-scheme = "selected_bg_color:#268bd2\nselected_fg_color:#fdf6e3" style "notify-window" { XfceNotifyWindow::summary-bold = 1 @@ -16,8 +16,8 @@ style "notify-button" { bg[PRELIGHT] = "#5C6070" bg[ACTIVE] = @selected_bg_color - fg[NORMAL] = "#BAC3CF" - fg[PRELIGHT] = "#BAC3CF" + fg[NORMAL] = "#657b83" + fg[PRELIGHT] = "#657b83" fg[ACTIVE] = @selected_fg_color engine "murrine" { @@ -31,9 +31,9 @@ style "notify-button" { style "notify-text" { GtkWidget::link-color = @selected_bg_color - fg[NORMAL] = "#BAC3CF" - fg[PRELIGHT] = "#BAC3CF" - fg[ACTIVE] = "#BAC3CF" + fg[NORMAL] = "#657b83" + fg[PRELIGHT] = "#657b83" + fg[ACTIVE] = "#657b83" engine "murrine" { textstyle = 0 |