GTK3: make dark buttons lighter

This commit is contained in:
Daniel Ruiz de Alegría 2021-04-19 10:22:07 +02:00
parent 6219a18fa0
commit 0466711fe3
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -196,7 +196,7 @@
outline-color: transparentize($tc, 0.7);
border-color: if($c != $bg_color, _border_color($c), $borders_color);
border-bottom-color: if($c != $bg_color, _border_color($c, true), $alt_borders_color);
background-image: image(lighten($c, 5%)),
background-image: image(lighten($c, 7%)),
$backimage;
//@include _button_text_shadow($tc, $c);
@include _shadows(inset 0 1px $_hilight_color, $_button_edge, $_button_shadow);