diff --git a/gtk-3.20/scss/apps/_unity.scss b/gtk-3.20/scss/apps/_unity.scss index 511fb08..74caf04 100644 --- a/gtk-3.20/scss/apps/_unity.scss +++ b/gtk-3.20/scss/apps/_unity.scss @@ -27,8 +27,8 @@ .top { border: 1px solid $wm_border_focused; border-bottom: 0; - border-radius: 2px 2px 0 0; - padding: 1px ($spacing * 2) 0; + border-radius: $roundness $roundness 0 0; + padding: 1px ($spacing + 3px) 0 ($spacing + 3px); background-color: $titlebar_bg_color; color: mix($titlebar_fg_color, $titlebar_bg_color, .1); text-shadow: none; @@ -39,10 +39,10 @@ } } - .left, .right, .bottom { - background-color: $wm_border_focused; + .left, .right, .bottom, { + background-color: $titlebar_bg_color; - &:backdrop { background-color: $wm_border_unfocused; } + &:backdrop { background-color: mix(shade($titlebar_bg_color, 0.7), $titlebar_fg_color, 0.21); } } }