summaryrefslogtreecommitdiff
path: root/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc')
-rw-r--r--skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc24
1 files changed, 24 insertions, 0 deletions
diff --git a/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc b/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc
new file mode 100644
index 0000000..5996620
--- /dev/null
+++ b/skel-lxde/.local/share/themes/Kanotix/xfce-notify-4.0/gtkrc
@@ -0,0 +1,24 @@
+style "kanotix-window"
+{
+ bg[NORMAL] = "#709CD2"
+ XfceNotifyWindow::border-color = "#ffffff"
+ XfceNotifyWindow::border-radius = 10.0
+ XfceNotifyWindow::border-width = 4.0
+}
+class "XfceNotifyWindow" style "kanotix-window"
+
+style "kanotix-button"
+{
+ bg[NORMAL] = "#709CD2"
+ bg[PRELIGHT] = "#404040"
+ fg[NORMAL] = "#ffffff"
+ fg[PRELIGHT] = "#ffffff"
+}
+widget_class "XfceNotifyWindow.*.GtkButton*" style "kanotix-button"
+
+style "kanotix-text"
+{
+ fg[NORMAL] = "#000000"
+ GtkWidget::link-color = "#a7a7a7"
+}
+widget_class "XfceNotifyWindow.*.<GtkLabel>" style "kanotix-text"