diff options
author | Horst3180 | 2015-05-18 12:22:28 +0200 |
---|---|---|
committer | Horst3180 | 2015-05-18 13:21:29 +0200 |
commit | 3608abc23088d9bdcc3f34b45db600ffae30637e (patch) | |
tree | ba03bae90d3a709e5520439ff7feb957a1e5ea78 /gtk-3.0/_unity.scss | |
parent | 394c3326b2b288e848439aec155fb8a1a8a47ea9 (diff) | |
download | solarc-theme-3608abc23088d9bdcc3f34b45db600ffae30637e.tar.gz solarc-theme-3608abc23088d9bdcc3f34b45db600ffae30637e.tar.xz solarc-theme-3608abc23088d9bdcc3f34b45db600ffae30637e.zip |
some ubuntu fixes
Diffstat (limited to 'gtk-3.0/_unity.scss')
-rw-r--r-- | gtk-3.0/_unity.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk-3.0/_unity.scss b/gtk-3.0/_unity.scss index 0e0830d..3b10430 100644 --- a/gtk-3.0/_unity.scss +++ b/gtk-3.0/_unity.scss @@ -5,9 +5,9 @@ UnityDecoration { -UnityDecoration-shadow-offset-x: 0px; -UnityDecoration-shadow-offset-y: 1px; - -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.3); - -UnityDecoration-active-shadow-radius: 10px; - -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.15); + -UnityDecoration-active-shadow-color: rgba (0, 0, 0, 0.1); // doesn't work + -UnityDecoration-active-shadow-radius: 8px; + -UnityDecoration-inactive-shadow-color: rgba (0, 0, 0, 0.1); -UnityDecoration-inactive-shadow-radius: 5px; -UnityDecoration-glow-size: 10px; @@ -44,7 +44,7 @@ UnityDecoration { UnityPanelWidget, .unity-panel { background-image: linear-gradient(to bottom, opacify($panel_bg, 1)); - color: $panel_fg; + color: lighten($panel_fg, 20%); box-shadow: none; } |