Added ambar colors

This commit is contained in:
EliverLara
2018-09-07 15:36:06 -05:00
parent ade06a2010
commit 2dd9ca028f
128 changed files with 806 additions and 787 deletions

View File

@@ -5,7 +5,7 @@
headerbar {
padding: 0px 13px;
min-height: 34px;
background: if($variant == 'light', linear-gradient(to bottom, #fff, #fff) , mix($base_color, darken($headerbar_color, 8%), 30%));
background: if($variant == 'light', linear-gradient(to bottom, darken($main_dark_color, 7%), darken($main_dark_color, 7%)) , mix($base_color, darken($headerbar_color, 8%), 30%));
color: $headerbar_fg_color;
border-radius: 0;
&:backdrop {
@@ -74,7 +74,7 @@ headerbar {
&:backdrop,
&:disabled,
&:backdrop:disabled {
@include button(backdrop-header,red,transparentize($fg_color,0.8));
@include button(backdrop-header,red,transparentize($fg_color,0.3));
border: none;
}
@@ -162,14 +162,14 @@ headerbar {
}
.linked > button:active{
@extend %linked-header;
background: #00e8b7;
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
color: rgb(255, 250, 250);
}
.linked > button:checked{
@extend %linked-header;
border-radius: 23px;
background: #00e8b7;
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02);
color: rgb(255, 250, 250);
&:backdrop{
color: darken(rgb(255, 250, 250), 4%);