[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Add a new theme: Bright
noreply at xfce.org
noreply at xfce.org
Tue Sep 6 22:52:45 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.
commit 472e6144a5ea7b595340ba4a6f490211f6ddf1c6
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Sep 6 22:52:30 2016 +0200
Add a new theme: Bright
---
Makefile.am | 3 +++
themes/gtk-3.0/Bright/gtk.css | 53 ++++++++++++++++++++++++++++++++++++++++++
themes/gtk-3.20/Bright/gtk.css | 53 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 109 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index a100e06..2935a44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,6 +109,9 @@ else
theme_dir = gtk-3.0
endif
+brightthemedir = $(datadir)/themes/Bright/xfce-notify-4.0
+dist_brighttheme_DATA = themes/$(theme_dir)/Bright/gtk.css
+
defaultthemedir = $(datadir)/themes/Default/xfce-notify-4.0
dist_defaulttheme_DATA = themes/$(theme_dir)/Default/gtk.css
diff --git a/themes/gtk-3.0/Bright/gtk.css b/themes/gtk-3.0/Bright/gtk.css
new file mode 100644
index 0000000..c071904
--- /dev/null
+++ b/themes/gtk-3.0/Bright/gtk.css
@@ -0,0 +1,53 @@
+#XfceNotifyWindow {
+ background-color: #f2f1f1;
+ border-radius: 10px;
+ border: 1px solid #686868;
+ padding: 20px;
+}
+
+#XfceNotifyWindow:hover {
+ background-color: shade(#f9edbe, 0.98);
+}
+
+#XfceNotifyWindow GtkLabel {
+ color: #686868;
+}
+
+#XfceNotifyWindow GtkLabel#summary {
+ font: Bold;
+}
+
+#XfceNotifyWindow GtkButton {
+ font: Bold;
+ border: 1px solid shade(#686868, 1.15);
+ box-shadow: none;
+ background-image: none;
+ background-color: #f2f1f1;
+ color: #686868;
+}
+
+#XfceNotifyWindow GtkButton:hover {
+ box-shadow: none;
+ background-image: none;
+ background-color: #e4e4e4;
+ color: #686868;
+}
+
+#XfceNotifyWindow GtkProgressBar {
+ min-height: 6px;
+ border-radius: 3px;
+}
+
+#XfceNotifyWindow GtkProgressBar .progressbar {
+ background-image: none;
+ background-color: #f1f1f1;
+}
+
+#XfceNotifyWindow GtkProgressBar .trough {
+ background-image: linear-gradient(to bottom,
+ shade(#ddd, 2.85),
+ shade(#ddd, 3.25)
+ );
+ border: 1px solid shade(#ddd, 1.1);
+ border-radius: 3px;
+}
diff --git a/themes/gtk-3.20/Bright/gtk.css b/themes/gtk-3.20/Bright/gtk.css
new file mode 100644
index 0000000..ad0f4fe
--- /dev/null
+++ b/themes/gtk-3.20/Bright/gtk.css
@@ -0,0 +1,53 @@
+#XfceNotifyWindow {
+ background-color: #f2f1f1;
+ border-radius: 10px;
+ border: 1px solid #686868;
+ padding: 20px;
+}
+
+#XfceNotifyWindow:hover {
+ background-color: shade(#f2f1f1, 0.98);
+}
+
+#XfceNotifyWindow label {
+ color: #686868;
+}
+
+#XfceNotifyWindow label#summary {
+ font: Bold;
+}
+
+#XfceNotifyWindow button {
+ font: Bold;
+ border: 1px solid shade(#686868, 1.15);
+ box-shadow: none;
+ background-image: none;
+ background-color: #f2f1f1;
+ color: #686868;
+}
+
+#XfceNotifyWindow button:hover {
+ box-shadow: none;
+ background-image: none;
+ background-color: #e4e4e4;
+ color: #686868;
+}
+
+#XfceNotifyWindow progressbar {
+ min-height: 6px;
+ border-radius: 3px;
+}
+
+#XfceNotifyWindow progressbar progress {
+ background-image: none;
+ background-color: #f1f1f1;
+}
+
+#XfceNotifyWindow progressbar trough {
+ background-image: linear-gradient(to bottom,
+ shade(#ddd, 2.85),
+ shade(#ddd, 3.25)
+ );
+ border: 1px solid shade(#ddd, 1.1);
+ border-radius: 3px;
+}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list