From 753130a3ba5386d485d519b4a93aea4d184c4850 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 29 May 2016 19:14:44 +0200 Subject: tweak unity panel background color --- common/gtk-3.0/3.14/gtk-dark.css | 2 +- common/gtk-3.0/3.14/gtk-darker.css | 2 +- common/gtk-3.0/3.14/gtk-solid-dark.css | 2 +- common/gtk-3.0/3.14/gtk-solid-darker.css | 2 +- common/gtk-3.0/3.14/gtk-solid.css | 2 +- common/gtk-3.0/3.14/gtk.css | 2 +- common/gtk-3.0/3.14/sass/_unity.scss | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'common/gtk-3.0/3.14') diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css index 3b8ae54..b2a429f 100644 --- a/common/gtk-3.0/3.14/gtk-dark.css +++ b/common/gtk-3.0/3.14/gtk-dark.css @@ -3236,7 +3236,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.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css index 9e161d9..25337f3 100644 --- a/common/gtk-3.0/3.14/gtk-darker.css +++ b/common/gtk-3.0/3.14/gtk-darker.css @@ -3239,7 +3239,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.14/gtk-solid-dark.css b/common/gtk-3.0/3.14/gtk-solid-dark.css index 5687164..f6f7b26 100644 --- a/common/gtk-3.0/3.14/gtk-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-solid-dark.css @@ -3236,7 +3236,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.14/gtk-solid-darker.css b/common/gtk-3.0/3.14/gtk-solid-darker.css index c4aac5b..a40da22 100644 --- a/common/gtk-3.0/3.14/gtk-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-solid-darker.css @@ -3239,7 +3239,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.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css index a9d8b45..70956a9 100644 --- a/common/gtk-3.0/3.14/gtk-solid.css +++ b/common/gtk-3.0/3.14/gtk-solid.css @@ -3239,7 +3239,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.14/gtk.css b/common/gtk-3.0/3.14/gtk.css index 0f13a15..5bf75ca 100644 --- a/common/gtk-3.0/3.14/gtk.css +++ b/common/gtk-3.0/3.14/gtk.css @@ -3239,7 +3239,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.14/sass/_unity.scss b/common/gtk-3.0/3.14/sass/_unity.scss index e04ee41..aaedf92 100644 --- a/common/gtk-3.0/3.14/sass/_unity.scss +++ b/common/gtk-3.0/3.14/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; -- cgit v1.2.3