From 9a2359fc439b0336b7dee82afb47aa21d24b98a6 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 11 Feb 2020 17:26:20 -0500 Subject: initial commit --- .../themes/bgstack15-red/gtk-2.0/xfce-notify.rc | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/usr/share/themes/bgstack15-red/gtk-2.0/xfce-notify.rc (limited to 'src/usr/share/themes/bgstack15-red/gtk-2.0/xfce-notify.rc') diff --git a/src/usr/share/themes/bgstack15-red/gtk-2.0/xfce-notify.rc b/src/usr/share/themes/bgstack15-red/gtk-2.0/xfce-notify.rc new file mode 100644 index 0000000..bc2aa60 --- /dev/null +++ b/src/usr/share/themes/bgstack15-red/gtk-2.0/xfce-notify.rc @@ -0,0 +1,72 @@ +style "notify-window" { + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#17191F" + XfceNotifyWindow::border-color-hover = "#17191F" + XfceNotifyWindow::border-radius = 3.0 + XfceNotifyWindow::border-width = 1.0 + XfceNotifyWindow::border-width-hover = 1.0 + + bg[NORMAL] = "#292C36" +} + +style "notify-button" { + bg[NORMAL] = "#434652" + bg[PRELIGHT] = "#5C6070" + bg[ACTIVE] = "#e57752" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#ffffff" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + roundness = 2 + textstyle = 0 + } +} + +style "notify-text" { + GtkWidget::link-color = "#e57752" + + fg[NORMAL] = "#BAC3CF" + fg[PRELIGHT] = "#BAC3CF" + fg[ACTIVE] = "#BAC3CF" + + engine "murrine" { + textstyle = 0 + } +} + +style "notify-summary" { + font_name = "Bold" +} + +style "notify-progressbar" { + GtkProgressBar::min-horizontal-bar-height = 4 + + xthickness = 0 + ythickness = 0 + + fg[PRELIGHT] = "#000000" + bg[NORMAL] = "#e57752" + bg[ACTIVE] = "#1D1F26" + bg[SELECTED] = "#e57752" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + border_shades = { 1.0, 1.0 } + trough_shades = { 1.0, 1.0 } + trough_border_shades = { 1.0, 1.0 } + progressbarstyle = 0 + roundness = 2 + textstyle = 0 + } +} + +class "XfceNotifyWindow" style "notify-window" +widget "XfceNotifyWindow.*.summary" style "notify-summary" +widget_class "XfceNotifyWindow.*" style "notify-button" +widget_class "XfceNotifyWindow.*." style "notify-text" +widget_class "XfceNotifyWindow.*." style "notify-progressbar" +widget_class "XfceNotifyWindow.*." style "notify-progressbar" -- cgit