xfce4 notify theme for Paper

This commit is contained in:
blasterbug 2015-10-10 22:15:03 +02:00
parent 6a5f14cfe6
commit 41607e2d16
1 changed files with 81 additions and 0 deletions

81
xfce-notify-4.0/gtkrc Normal file
View File

@ -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.*<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"