Update colors

This commit is contained in:
EliverLara
2018-12-25 01:24:02 -06:00
parent d06d125196
commit 80d1b2e8de
185 changed files with 665 additions and 651 deletions

View File

@@ -24,7 +24,7 @@ $slider: #7b7bbd;
$teal: #00e8c6;
$selected_fg_color: #fefefe;
$selected_bg_color: #f7b922;
$selected_bg_color: #0072ff;
/*$selected_bg_color: #00e8c6;06d6a0*/
$selected_borders_color: darken($selected_bg_color, 10%);
$borders_color: if($variant == 'light', transparentize(black,0.87), transparentize(#eee,0.9));

View File

@@ -605,5 +605,5 @@ box-shadow: none;
}
@mixin scale-highlight($dir) {
background: linear-gradient(to $dir, #fed349, #ff7800);
background: linear-gradient(to $dir, #00c6ff, $selected_bg_color);
}

View File

@@ -77,7 +77,7 @@
button {
&:active, &:checked {
border-radius: 23px;
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
background: linear-gradient(to right, #00c6ff, $selected_bg_color) ;
box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02);
color: rgb(250, 250, 250);
&:backdrop{

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -162,13 +162,13 @@ headerbar {
}
.linked > button:active{
@extend %linked-header;
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
background: linear-gradient(to right, #00c6ff, $selected_bg_color) ;
color: rgb(255, 250, 250);
}
.linked > button:checked{
@extend %linked-header;
border-radius: 23px;
background: linear-gradient(to right, #eee90a, $selected_bg_color) ;
background: linear-gradient(to right, #00c6ff, $selected_bg_color) ;
box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02);
color: rgb(255, 250, 250);
&:backdrop{