diff options
author | Horst3180 | 2015-07-16 22:57:43 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-16 22:57:43 +0200 |
commit | 922e37f3ef6f93beb63c1f2c346e0dc49f4f4763 (patch) | |
tree | 54a2b2244a902b43a6bac4b67685f5e793b30717 /common/gtk-3.0/3.14/_unity.scss | |
parent | c3c2ec0c8e35afa805b21c6bdf88092c03773252 (diff) | |
download | solarc-theme-922e37f3ef6f93beb63c1f2c346e0dc49f4f4763.tar.gz solarc-theme-922e37f3ef6f93beb63c1f2c346e0dc49f4f4763.tar.xz solarc-theme-922e37f3ef6f93beb63c1f2c346e0dc49f4f4763.zip |
make shadows on focused windows a bit darker
Diffstat (limited to 'common/gtk-3.0/3.14/_unity.scss')
-rw-r--r-- | common/gtk-3.0/3.14/_unity.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.14/_unity.scss b/common/gtk-3.0/3.14/_unity.scss index 34616fc..d88377a 100644 --- a/common/gtk-3.0/3.14/_unity.scss +++ b/common/gtk-3.0/3.14/_unity.scss @@ -5,7 +5,7 @@ UnityDecoration { -UnityDecoration-shadow-offset-x: 0px; -UnityDecoration-shadow-offset-y: 3px; - -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.15); + -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2); -UnityDecoration-active-shadow-radius: 12px; -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; |