aboutsummaryrefslogtreecommitdiff
path: root/themes/Mint-X/xfce-notify-4.0
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Mint-X/xfce-notify-4.0')
-rw-r--r--themes/Mint-X/xfce-notify-4.0/gtkrc63
1 files changed, 63 insertions, 0 deletions
diff --git a/themes/Mint-X/xfce-notify-4.0/gtkrc b/themes/Mint-X/xfce-notify-4.0/gtkrc
new file mode 100644
index 00000000..b99e28d8
--- /dev/null
+++ b/themes/Mint-X/xfce-notify-4.0/gtkrc
@@ -0,0 +1,63 @@
+style "notify-window"
+{
+ XfceNotifyWindow::summary-bold = 1
+ XfceNotifyWindow::border-color = "#ffffff"
+ XfceNotifyWindow::border-color-hover = "#ffffff"
+ XfceNotifyWindow::border-radius = 10.0
+ XfceNotifyWindow::border-width = 0.1
+ XfceNotifyWindow::border-width-hover = 0.1
+ bg[NORMAL] = "#3c3c3c"
+}
+
+style "notify-button"
+{
+ bg[NORMAL] = "#3c3c3c"
+ bg[PRELIGHT] = "#4c4c4c"
+ bg[ACTIVE] = "#5c5c5c"
+ fg[NORMAL] = "#ffffff"
+ fg[PRELIGHT] = "#ffffff"
+ engine "murrine" {
+ border_shades = { 2.9, 2.6 }
+ shadow_shades = {2.4,2.4}
+ roundness = 4
+ }
+}
+
+style "notify-text"
+{
+ fg[NORMAL] = "#ffffff"
+ fg[PRELIGHT] = "#ffffff"
+ GtkWidget::link-color = "#a7a7a7"
+}
+
+style "notify-summary"
+{
+ font_name = "Bold"
+}
+
+style "notify-progressbar"
+{
+ GtkProgressBar::min-horizontal-bar-height = 4
+ xthickness = 0
+ ythickness = 0
+
+ fg[PRELIGHT] = "#000000"
+ bg[NORMAL] = "#fefefe"
+ bg[SELECTED] = "#fefefe"
+ bg[ACTIVE] = "#696969"
+
+ engine "murrine" {
+ gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
+ contrast = 0.5
+ border_shades = { 0.9, 0.9 }
+ progressbarstyle = 0
+ }
+}
+
+class "XfceNotifyWindow" style "notify-window"
+widget "XfceNotifyWindow.*.summary" style "notify-summary"
+widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
+widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
+widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
+widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar"
+