From 42a14b0a810eac29735b0ac02863d0f3687713d0 Mon Sep 17 00:00:00 2001 From: Alexander Andjelkovic Date: Mon, 22 Oct 2012 18:33:07 +0200 Subject: [PATCH] Added theme for xfce4-notifyd --- .../themes/Lubuntu-default/gtk-2.0/gtkrc | 1 + .../Lubuntu-default/gtk-2.0/xfce4-notifyd.rc | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 usr/share/themes/Lubuntu-default/gtk-2.0/xfce4-notifyd.rc diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc b/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc index ab46f1f..95edba8 100644 --- a/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc @@ -26,6 +26,7 @@ include "toolbar.rc" include "menubar.rc" include "pcmanfm.rc" include "chromium.rc" +include "xfce4-notifyd.rc" gtk-icon-sizes = "gtk-button=16,16" gtk-auto-mnemonics = 1 diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/xfce4-notifyd.rc b/usr/share/themes/Lubuntu-default/gtk-2.0/xfce4-notifyd.rc new file mode 100644 index 0000000..d9c83f1 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/xfce4-notifyd.rc @@ -0,0 +1,25 @@ +style "notify-window" +{ + bg[NORMAL] = "#4d4d4d" + XfceNotifyWindow::border-color = "#ffffff" + XfceNotifyWindow::border-radius = 10.0 + XfceNotifyWindow::border-width = 0.0 +} + +style "notify-button" +{ + bg[NORMAL] = "#202020" + bg[PRELIGHT] = "#404040" + fg[NORMAL] = "#ffffff" + fg[PRELIGHT] = "#ffffff" +} + +style "notify-text" +{ + fg[NORMAL] = "#ffffff" + GtkWidget::link-color = "#a7a7a7" +} + +class "XfceNotifyWindow" style "notify-window" +widget_class "XfceNotifyWindow.*.GtkButton*" style "notify-button" +widget_class "XfceNotifyWindow.*." style "notify-text" \ No newline at end of file