diff options
author | Martin Schenck | 2016-08-01 17:41:52 +0200 |
---|---|---|
committer | Martin Schenck | 2017-05-14 18:26:05 +0200 |
commit | c6029ac640cdc73c2ddae3ac1b033fe10284dc76 (patch) | |
tree | 8d269bf81b96892da291c3eb6481eae0d4c7b5d5 /common/gtk-3.0/3.14/sass | |
parent | 8290cb813f157a22e64ae58ac3dfb5983b0416e6 (diff) | |
download | solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.tar.gz solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.tar.xz solarc-theme-c6029ac640cdc73c2ddae3ac1b033fe10284dc76.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.14/sass')
-rw-r--r-- | common/gtk-3.0/3.14/sass/_unity.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.14/sass/_unity.scss b/common/gtk-3.0/3.14/sass/_unity.scss index 2441035..501d480 100644 --- a/common/gtk-3.0/3.14/sass/_unity.scss +++ b/common/gtk-3.0/3.14/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; |