[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Add a new theme: Retro (old yellow)
noreply at xfce.org
noreply at xfce.org
Tue Sep 6 15:39:47 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 0c7ca55610bcc38c9593cd5613a3084795b09f0c
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Sep 6 15:39:32 2016 +0200
Add a new theme: Retro (old yellow)
---
Makefile.am | 3 +++
themes/gtk-3.0/Retro/gtk.css | 54 +++++++++++++++++++++++++++++++++++++++++++
themes/gtk-3.20/Retro/gtk.css | 54 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 111 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index ff04300..a100e06 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,6 +112,9 @@ endif
defaultthemedir = $(datadir)/themes/Default/xfce-notify-4.0
dist_defaulttheme_DATA = themes/$(theme_dir)/Default/gtk.css
+retrothemedir = $(datadir)/themes/Retro/xfce-notify-4.0
+dist_retrotheme_DATA = themes/$(theme_dir)/Retro/gtk.css
+
smokethemedir = $(datadir)/themes/Smoke/xfce-notify-4.0
dist_smoketheme_DATA = themes/$(theme_dir)/Smoke/gtk.css
diff --git a/themes/gtk-3.0/Retro/gtk.css b/themes/gtk-3.0/Retro/gtk.css
new file mode 100644
index 0000000..fa2b0b0
--- /dev/null
+++ b/themes/gtk-3.0/Retro/gtk.css
@@ -0,0 +1,54 @@
+#XfceNotifyWindow {
+ background-color: #f9edbe;
+ border-radius: 6px;
+ border: 1px solid shade(#f9edbe, 0.8);
+ padding: 20px;
+}
+
+#XfceNotifyWindow:hover {
+ background-color: shade(#f9edbe, 0.98);
+ border-color: shade(#f9edbe, 0.5);
+}
+
+#XfceNotifyWindow GtkLabel {
+ color: #555555;
+}
+
+#XfceNotifyWindow GtkLabel#summary {
+ font: Bold;
+}
+
+#XfceNotifyWindow GtkButton {
+ border-style: none;
+ box-shadow: none;
+ background-image: none;
+ background-color: shade(#f9edbe, 0.9);
+ color: #555555;
+}
+
+#XfceNotifyWindow GtkButton:hover {
+ border-style: none;
+ box-shadow: none;
+ background-image: none;
+ background-color: shade(#f9edbe, 0.8);
+ color: #555555;
+}
+
+#XfceNotifyWindow GtkProgressBar {
+ min-height: 6px;
+ border-radius: 3px;
+}
+
+#XfceNotifyWindow GtkProgressBar .progressbar {
+ background-image: none;
+ background-color: shade(#555555, 1.2);
+}
+
+#XfceNotifyWindow GtkProgressBar .trough {
+ background-image: linear-gradient(to bottom,
+ shade(#f9edbe, 0.85),
+ shade(#f9edbe, 1.05)
+ );
+ border: 1px solid shade(#f9edbe, 0.6);
+ border-radius: 3px;
+}
diff --git a/themes/gtk-3.20/Retro/gtk.css b/themes/gtk-3.20/Retro/gtk.css
new file mode 100644
index 0000000..44c858d
--- /dev/null
+++ b/themes/gtk-3.20/Retro/gtk.css
@@ -0,0 +1,54 @@
+#XfceNotifyWindow {
+ background-color: #f9edbe;
+ border-radius: 6px;
+ border: 1px solid shade(#f9edbe, 0.8);
+ padding: 20px;
+}
+
+#XfceNotifyWindow:hover {
+ background-color: shade(#f9edbe, 0.98);
+ border-color: shade(#f9edbe, 0.5);
+}
+
+#XfceNotifyWindow label {
+ color: #555555;
+}
+
+#XfceNotifyWindow label#summary {
+ font: Bold;
+}
+
+#XfceNotifyWindow button {
+ border-style: none;
+ box-shadow: none;
+ background-image: none;
+ background-color: shade(#f9edbe, 0.9);
+ color: #555555;
+}
+
+#XfceNotifyWindow button:hover {
+ border-style: none;
+ box-shadow: none;
+ background-image: none;
+ background-color: shade(#f9edbe, 0.8);
+ color: #555555;
+}
+
+#XfceNotifyWindow progressbar {
+ min-height: 6px;
+ border-radius: 3px;
+}
+
+#XfceNotifyWindow progressbar progress {
+ background-image: none;
+ background-color: shade(#555555, 1.2);
+}
+
+#XfceNotifyWindow progressbar trough {
+ background-image: linear-gradient(to bottom,
+ shade(#f9edbe, 0.85),
+ shade(#f9edbe, 1.05)
+ );
+ border: 1px solid shade(#f9edbe, 0.6);
+ 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