From eab0507af6367a9a75f40ac3dd92e5e42860c2dc Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 20 May 2023 11:28:29 +0300 Subject: Added icons and themes --- themes/Mint-X/xfce-notify-4.0/gtkrc | 63 +++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 themes/Mint-X/xfce-notify-4.0/gtkrc (limited to 'themes/Mint-X/xfce-notify-4.0') 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.*" style "notify-button" +widget_class "XfceNotifyWindow.*." style "notify-text" +widget_class "XfceNotifyWindow.*." style "notify-progressbar" +widget_class "XfceNotifyWindow.*." style "notify-progressbar" + -- cgit v1.2.3