aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18
diff options
context:
space:
mode:
authorHorst31802016-05-29 19:14:44 +0200
committerHorst31802016-05-29 19:14:44 +0200
commit753130a3ba5386d485d519b4a93aea4d184c4850 (patch)
tree1073b72fc2a64ee5148e507adfb9e1fb586de480 /common/gtk-3.0/3.18
parent5fd6b58a42e9b80ffa6fdecb260db9198ddc324b (diff)
downloadsolarc-theme-753130a3ba5386d485d519b4a93aea4d184c4850.tar.gz
solarc-theme-753130a3ba5386d485d519b4a93aea4d184c4850.tar.xz
solarc-theme-753130a3ba5386d485d519b4a93aea4d184c4850.zip
tweak unity panel background color
Diffstat (limited to 'common/gtk-3.0/3.18')
-rw-r--r--common/gtk-3.0/3.18/gtk-dark.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-darker.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-solid-dark.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-solid.css2
-rw-r--r--common/gtk-3.0/3.18/gtk.css2
-rw-r--r--common/gtk-3.0/3.18/sass/_unity.scss2
7 files changed, 7 insertions, 7 deletions
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index 58aa032..af71ab4 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -3265,7 +3265,7 @@ UnityDecoration {
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2b2e37);
+ background-image: linear-gradient(to bottom, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index 83af4df..110f5b9 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -3268,7 +3268,7 @@ UnityDecoration {
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2b2e37);
+ background-image: linear-gradient(to bottom, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index a4e9282..a0bb635 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -3265,7 +3265,7 @@ UnityDecoration {
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2b2e37);
+ background-image: linear-gradient(to bottom, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index 9c4cc5e..d4e4842 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -3268,7 +3268,7 @@ UnityDecoration {
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2b2e37);
+ background-image: linear-gradient(to bottom, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index e375835..2b54de1 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -3272,7 +3272,7 @@ UnityDecoration {
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2b2e37);
+ background-image: linear-gradient(to bottom, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index 67cc6f8..c02bb15 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -3272,7 +3272,7 @@ UnityDecoration {
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2b2e37);
+ background-image: linear-gradient(to bottom, #2f343f);
color: #f6f7f9;
box-shadow: none; }
UnityPanelWidget:backdrop,
diff --git a/common/gtk-3.0/3.18/sass/_unity.scss b/common/gtk-3.0/3.18/sass/_unity.scss
index e04ee41..aaedf92 100644
--- a/common/gtk-3.0/3.18/sass/_unity.scss
+++ b/common/gtk-3.0/3.18/sass/_unity.scss
@@ -43,7 +43,7 @@ UnityDecoration {
// Panel Style
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, opacify($panel_bg, 1));
+ background-image: linear-gradient(to bottom, #2f343f);
color: lighten($panel_fg, 20%);
box-shadow: none;