diff options
Diffstat (limited to 'common/gtk-2.0/xfce-notify.rc')
-rw-r--r-- | common/gtk-2.0/xfce-notify.rc | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/common/gtk-2.0/xfce-notify.rc b/common/gtk-2.0/xfce-notify.rc index b1e57b5..7ec55ac 100644 --- a/common/gtk-2.0/xfce-notify.rc +++ b/common/gtk-2.0/xfce-notify.rc @@ -1,3 +1,5 @@ +gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff" + style "notify-window" { XfceNotifyWindow::summary-bold = 1 XfceNotifyWindow::border-color = "#17191F" @@ -12,11 +14,11 @@ style "notify-window" { style "notify-button" { bg[NORMAL] = "#434652" bg[PRELIGHT] = "#5C6070" - bg[ACTIVE] = "#268bd2" + bg[ACTIVE] = @selected_bg_color - fg[NORMAL] = "#657b83" - fg[PRELIGHT] = "#657b83" - fg[ACTIVE] = "#fdf6e3" + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = @selected_fg_color engine "murrine" { gradient_shades = { 1.0, 1.0, 1.0, 1.0 } @@ -27,11 +29,11 @@ style "notify-button" { } style "notify-text" { - GtkWidget::link-color = "#268bd2" + GtkWidget::link-color = @selected_bg_color - fg[NORMAL] = "#657b83" - fg[PRELIGHT] = "#657b83" - fg[ACTIVE] = "#657b83" + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" engine "murrine" { textstyle = 0 @@ -49,9 +51,9 @@ style "notify-progressbar" { ythickness = 0 fg[PRELIGHT] = "#000000" - bg[NORMAL] = "#268bd2" + bg[NORMAL] = @selected_bg_color bg[ACTIVE] = "#1D1F26" - bg[SELECTED] = "#268bd2" + bg[SELECTED] = @selected_bg_color engine "murrine" { gradient_shades = { 1.0, 1.0, 1.0, 1.0 } |