summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-05-06 18:57:48 +0200
committerraveit65 <[email protected]>2014-05-06 18:57:48 +0200
commit1e15e12048137b2568f54539fcddfcfe3c6115f4 (patch)
tree6757b62ee339d09b3afdf5be4ef5fa6c2867de4c
parent12dddccf29aba39423f688a9731b3b9fab760f9c (diff)
downloadmate-themes-1e15e12048137b2568f54539fcddfcfe3c6115f4.tar.bz2
mate-themes-1e15e12048137b2568f54539fcddfcfe3c6115f4.tar.xz
BlackMATE GTK3: add unity.css
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/Makefile.am4
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/unity.css92
2 files changed, 95 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/Makefile.am b/desktop-themes/BlackMATE/gtk-3.0/Makefile.am
index 98ab634f..ca6c5a06 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/Makefile.am
+++ b/desktop-themes/BlackMATE/gtk-3.0/Makefile.am
@@ -9,7 +9,9 @@ theme_DATA = \
gtk-main-dark.css \
gtk-widgets.css \
gtk-widgets-assets-dark.css \
- settings.ini
+ mate-applications.css \
+ settings.ini \
+ unity.css
EXTRA_DIST = $(theme_DATA)
diff --git a/desktop-themes/BlackMATE/gtk-3.0/unity.css b/desktop-themes/BlackMATE/gtk-3.0/unity.css
new file mode 100644
index 00000000..449cdf48
--- /dev/null
+++ b/desktop-themes/BlackMATE/gtk-3.0/unity.css
@@ -0,0 +1,92 @@
+/* Decorations */
+
+UnityDecoration {
+ -UnityDecoration-extents: 28px 1px 1px 1px;
+ -UnityDecoration-input-extents: 10px;
+
+ -UnityDecoration-shadow-offset-x: 1px;
+ -UnityDecoration-shadow-offset-y: 1px;
+ -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.647);
+ -UnityDecoration-active-shadow-radius: 15px;
+ -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.647);
+ -UnityDecoration-inactive-shadow-radius: 10px;
+
+ -UnityDecoration-glow-size: 10px;
+ -UnityDecoration-glow-color: rgb (221, 72, 20);
+
+ -UnityDecoration-title-indent: 10px;
+ -UnityDecoration-title-fade: 35px;
+ -UnityDecoration-title-alignment: 0.0;
+}
+
+UnityDecoration.top {
+ border: 0px;
+ border-bottom-width: 0;
+ border-radius: 8px 8px 0 0;
+ padding: 1px 8px 0 8px;
+
+ background-color: transparent;
+ background-clip: border-box;
+ background-image: -gtk-gradient (linear, left top, left bottom,
+ from (#59595b),
+ color-stop (0.5, #454547),
+ to (#3b3b3e));
+
+ color: @theme_text_color;
+ text-shadow: none;
+}
+
+UnityDecoration.top:backdrop {
+ border: 0px;
+ border-bottom-width: 0;
+ background-color: transparent;
+ background-image: -gtk-gradient (linear, left top, left bottom,
+ from (#59595b),
+ color-stop (0.5, #454547),
+ to (#3b3b3e));
+ color: #747473;
+ text-shadow: none;
+}
+
+UnityDecoration.left,
+UnityDecoration.right,
+UnityDecoration.bottom,
+UnityDecoration.left:backdrop,
+UnityDecoration.right:backdrop,
+UnityDecoration.bottom:backdrop {
+ background-color: @theme_bg_color;
+}
+
+/* Panel Style */
+
+UnityPanelWidget,
+.unity-panel {
+ background-color: transparent;
+ background-image: -gtk-gradient (linear, left top, left bottom,
+ from (#585858),
+ to (#000000));
+
+ color: @theme_text_color;
+}
+
+.unity-panel.menubar,
+.unity-panel .menubar {
+}
+
+.unity-panel.menuitem,
+.unity-panel .menuitem {
+ border-width: 1px 1px 0 1px;
+ icon-shadow: 0 -1px #000000;
+}
+
+.unity-panel.menubar:backdrop,
+.unity-panel .menubar *:backdrop {
+ color: #747473;
+}
+
+.unity-panel.menubar.menuitem:hover,
+.unity-panel.menubar .menuitem *:hover {
+ background-image: none;
+ background-color: @theme_selected_bg_color;
+ color: @theme_text_color;
+}