From 41607e2d16568bba1ccb1f6e7e4071578edf6a9f Mon Sep 17 00:00:00 2001 From: blasterbug Date: Sat, 10 Oct 2015 22:15:03 +0200 Subject: [PATCH 1/3] 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" From 7868ad8ab6ed3017c76c9c23296404766566df8f Mon Sep 17 00:00:00 2001 From: blasterbug Date: Tue, 22 Mar 2016 17:13:25 +0100 Subject: [PATCH 2/3] moving xfce notify theme to the right folder --- Paper/xfce-notify-4.0/gtkrc | 57 +++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 Paper/xfce-notify-4.0/gtkrc diff --git a/Paper/xfce-notify-4.0/gtkrc b/Paper/xfce-notify-4.0/gtkrc new file mode 100644 index 0000000..c127356 --- /dev/null +++ b/Paper/xfce-notify-4.0/gtkrc @@ -0,0 +1,57 @@ +# 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" +{ + bg[NORMAL] = "#ffffff" + XfceNotifyWindow::border-color = "#ffffff" + XfceNotifyWindow::border-color-hover = "#ffffff" + XfceNotifyWindow::border-radius = 2.0 + XfceNotifyWindow::border-width = 2.0 + XfceNotifyWindow::border-width-hover = 2.0 + XfceNotifyWindow::summary-bold = 1 +} +class "XfceNotifyWindow" style "notify-window" + +style "notify-button" +{ + bg[NORMAL] = "#fff" + bg[PRELIGHT] = "#f7f7f7" + bg[ACTIVE] = "#dbdee0" + fg[NORMAL] = "#777" + fg[PRELIGHT] = "#738c99" + fg[ACTIVE] = "#738c99" +} +widget_class "XfceNotifyWindow.*.GtkButton*" style "notify-button" + +style "notify-text" +{ + fg[NORMAL] = "#555" + fg[PRELIGHT] = "#777" + GtkWidget::link-color = "#9fb0b9" + GtkWidget::visited-link-color = "#9fb0b9" +} +widget_class "XfceNotifyWindow.*." style "notify-text" + +style "notify-summary" +{ + font_name = "Bold" +} +widget "XfceNotifyWindow.*.summary" style "notify-summary" From 817037f6b15feb1cb815c8012736b404dfbfaba1 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 22 Mar 2016 17:22:50 +0100 Subject: [PATCH 3/3] Delete the gtkrc in the wrong place --- xfce-notify-4.0/gtkrc | 81 ------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 xfce-notify-4.0/gtkrc diff --git a/xfce-notify-4.0/gtkrc b/xfce-notify-4.0/gtkrc deleted file mode 100644 index 925a2ec..0000000 --- a/xfce-notify-4.0/gtkrc +++ /dev/null @@ -1,81 +0,0 @@ -# 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"