diff options
Diffstat (limited to 'themes/.themes/Flat-Remix-GTK-Blue-Darkest/gtk-2.0/xfce-notify.rc')
-rw-r--r-- | themes/.themes/Flat-Remix-GTK-Blue-Darkest/gtk-2.0/xfce-notify.rc | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/themes/.themes/Flat-Remix-GTK-Blue-Darkest/gtk-2.0/xfce-notify.rc b/themes/.themes/Flat-Remix-GTK-Blue-Darkest/gtk-2.0/xfce-notify.rc deleted file mode 100644 index 7ec55ac..0000000 --- a/themes/.themes/Flat-Remix-GTK-Blue-Darkest/gtk-2.0/xfce-notify.rc +++ /dev/null | |||
@@ -1,74 +0,0 @@ | |||
1 | gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff" | ||
2 | |||
3 | style "notify-window" { | ||
4 | XfceNotifyWindow::summary-bold = 1 | ||
5 | XfceNotifyWindow::border-color = "#17191F" | ||
6 | XfceNotifyWindow::border-color-hover = "#17191F" | ||
7 | XfceNotifyWindow::border-radius = 3.0 | ||
8 | XfceNotifyWindow::border-width = 1.0 | ||
9 | XfceNotifyWindow::border-width-hover = 1.0 | ||
10 | |||
11 | bg[NORMAL] = "#292C36" | ||
12 | } | ||
13 | |||
14 | style "notify-button" { | ||
15 | bg[NORMAL] = "#434652" | ||
16 | bg[PRELIGHT] = "#5C6070" | ||
17 | bg[ACTIVE] = @selected_bg_color | ||
18 | |||
19 | fg[NORMAL] = "#BAC3CF" | ||
20 | fg[PRELIGHT] = "#BAC3CF" | ||
21 | fg[ACTIVE] = @selected_fg_color | ||
22 | |||
23 | engine "murrine" { | ||
24 | gradient_shades = { 1.0, 1.0, 1.0, 1.0 } | ||
25 | border_shades = { 1.0, 1.0 } | ||
26 | roundness = 2 | ||
27 | textstyle = 0 | ||
28 | } | ||
29 | } | ||
30 | |||
31 | style "notify-text" { | ||
32 | GtkWidget::link-color = @selected_bg_color | ||
33 | |||
34 | fg[NORMAL] = "#BAC3CF" | ||
35 | fg[PRELIGHT] = "#BAC3CF" | ||
36 | fg[ACTIVE] = "#BAC3CF" | ||
37 | |||
38 | engine "murrine" { | ||
39 | textstyle = 0 | ||
40 | } | ||
41 | } | ||
42 | |||
43 | style "notify-summary" { | ||
44 | font_name = "Bold" | ||
45 | } | ||
46 | |||
47 | style "notify-progressbar" { | ||
48 | GtkProgressBar::min-horizontal-bar-height = 4 | ||
49 | |||
50 | xthickness = 0 | ||
51 | ythickness = 0 | ||
52 | |||
53 | fg[PRELIGHT] = "#000000" | ||
54 | bg[NORMAL] = @selected_bg_color | ||
55 | bg[ACTIVE] = "#1D1F26" | ||
56 | bg[SELECTED] = @selected_bg_color | ||
57 | |||
58 | engine "murrine" { | ||
59 | gradient_shades = { 1.0, 1.0, 1.0, 1.0 } | ||
60 | border_shades = { 1.0, 1.0 } | ||
61 | trough_shades = { 1.0, 1.0 } | ||
62 | trough_border_shades = { 1.0, 1.0 } | ||
63 | progressbarstyle = 0 | ||
64 | roundness = 2 | ||
65 | textstyle = 0 | ||
66 | } | ||
67 | } | ||
68 | |||
69 | class "XfceNotifyWindow" style "notify-window" | ||
70 | widget "XfceNotifyWindow.*.summary" style "notify-summary" | ||
71 | widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button" | ||
72 | widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text" | ||
73 | widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar" | ||
74 | widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar" | ||