From 41607e2d16568bba1ccb1f6e7e4071578edf6a9f Mon Sep 17 00:00:00 2001 From: blasterbug Date: Sat, 10 Oct 2015 22:15:03 +0200 Subject: [PATCH] xfce4 notify theme for Paper --- xfce-notify-4.0/gtkrc | 81 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 xfce-notify-4.0/gtkrc diff --git a/xfce-notify-4.0/gtkrc b/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..925a2ec --- /dev/null +++ b/xfce-notify-4.0/gtkrc @@ -0,0 +1,81 @@ +# Copyright 2015 Benjamin Sientzoff. +# +# This file is part of the Paper GTK theme. +# +# The Paper GTK theme is free software: you can redistribute it +# and/or modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# The Paper GTK theme is distributed in the hope that it will be +# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +# Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with the Paper GTK theme. If not, see http://www.gnu.org/licenses/. + +# Paper xfce4 notify theme +style "notify-window" +{ + XfceNotifyWindow::summary-bold = 1 + XfceNotifyWindow::border-color = "#ffffff" + XfceNotifyWindow::border-color-hover = "#ffffff" + XfceNotifyWindow::border-radius = 5.0 + XfceNotifyWindow::border-width = 0.1 + XfceNotifyWindow::border-width-hover = 0.1 + bg[NORMAL] = "#576165" +} + +style "notify-button" +{ + bg[NORMAL] = "#626d72" + bg[SELECTED] = "#596368" + bg[ACTIVE] = "#596368" + fg[NORMAL] = "#ffffff" + fg[PRELIGHT] = "#ffffff" + + engine "murrine" { + border_shades = { 1.0, 1.0 } + shadow_shades = { 0.5, 0.5 } + roundness = 2 + } +} + +style "notify-text" +{ + fg[NORMAL] = "#ffffff" + fg[PRELIGHT] = "#ffffff" + GtkWidget::link-color = "#9FB0B9" +} + +style "notify-summary" +{ + font_name = "Bold" +} + +style "notify-progressbar" +{ + GtkProgressBar::min-horizontal-bar-height = 8 + xthickness = 1 + ythickness = 1 + + fg[PRELIGHT] = "#9FB0B9" + bg[NORMAL] = "#9fb0b9" + bg[SELECTED] = "#9fb0b9" + bg[ACTIVE] = "#f9f9f9" + + engine "murrine" { + gradient_shades = { 1.0, 1.0, 1.0, 1.0 } + contrast = 0.5 + border_shades = { 1.0, 1.0 } + 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"