diff options
| author | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-05-20 11:28:29 +0300 |
| commit | eab0507af6367a9a75f40ac3dd92e5e42860c2dc (patch) | |
| tree | 71f56e8725b505d70954ad665a03988d85316c85 /themes/Mint-X/xfce-notify-4.0/gtkrc | |
| parent | 48de6d4af249f23b3a431d357236588208a9f419 (diff) | |
| download | old-mint-y-main.tar old-mint-y-main.tar.gz old-mint-y-main.zip | |
Diffstat (limited to 'themes/Mint-X/xfce-notify-4.0/gtkrc')
| -rw-r--r-- | themes/Mint-X/xfce-notify-4.0/gtkrc | 63 |
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" + |
