aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass/_unity.scss
diff options
context:
space:
mode:
authorMartin Schenck2016-08-01 17:41:52 +0200
committerMartin Schenck2016-08-01 17:41:52 +0200
commit474539210d7edc6079c6f01c6b5e5152cd7fcc62 (patch)
tree4fce39fdd8540d3ebc893e0d8dc2c9dbe92ef0db /common/gtk-3.0/3.20/sass/_unity.scss
parent9478b8de1c7c11a163c43ad6b8eff5b4f23f4ced (diff)
downloadsolarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.tar.gz
solarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.tar.xz
solarc-theme-474539210d7edc6079c6f01c6b5e5152cd7fcc62.zip
Solarized colours
The script solarize.sh solarizes all colors by replacing the arc colors with approproate colours from the solarized color scheme.
Diffstat (limited to 'common/gtk-3.0/3.20/sass/_unity.scss')
-rw-r--r--common/gtk-3.0/3.20/sass/_unity.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/sass/_unity.scss b/common/gtk-3.0/3.20/sass/_unity.scss
index f83e73c..53ab2d7 100644
--- a/common/gtk-3.0/3.20/sass/_unity.scss
+++ b/common/gtk-3.0/3.20/sass/_unity.scss
@@ -44,7 +44,7 @@ UnityDecoration {
// Panel Style
UnityPanelWidget,
.unity-panel {
- background-image: linear-gradient(to bottom, #2f343f);
+ background-image: linear-gradient(to bottom, #002b36);
color: lighten($panel_fg, 20%);
box-shadow: none;