Adwaita: brighter dark variant header-bar bottom shade

This commit is contained in:
Lapo Calamandrei 2014-11-04 14:59:24 +01:00
parent 113e1d1dc0
commit c160340e6c
2 changed files with 5 additions and 2 deletions

View File

@ -490,8 +490,11 @@
// $tc: top color
// $hc: top highlight color
//
$_bottom_shade_color: if($variant == 'light', mix(_border_color($c), $c, 30%),
mix(_border_color($c), $c, 20%));
background-image: headerbar_gradient($c, $tc);
box-shadow: inset 0 -1px mix(_border_color($c), $c, 30%), // bottom shade
box-shadow: inset 0 -1px $_bottom_shade_color, // bottom shade
inset 0 1px $hc; // top highlight
}

View File

@ -1612,7 +1612,7 @@ GtkComboBox {
border-radius: 7px 7px 0 0;
background-color: transparent;
background-image: linear-gradient(to bottom, #434a4a, #393f3f);
box-shadow: inset 0 -1px #272c2c, inset 0 1px rgba(238, 238, 236, 0.1); }
box-shadow: inset 0 -1px #2d3232, inset 0 1px rgba(238, 238, 236, 0.1); }
.titlebar:backdrop,
.header-bar:backdrop {
border-color: #1e2222;