forked from AuroraMiddleware/gtk
Adwaita: darkened a tiny bit bright variant background
Trying to differentiate a bit more the focused window from the backdrop ones.
This commit is contained in:
parent
9dab00310d
commit
e46d23d819
@ -59,7 +59,7 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
|||||||
|
|
||||||
.background {
|
.background {
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
background-color: $bg_color;
|
background-color: if($variant == 'light', mix($fg_color, $bg_color, 0.015), $bg_color);
|
||||||
|
|
||||||
&:backdrop {
|
&:backdrop {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
***************/
|
***************/
|
||||||
.background {
|
.background {
|
||||||
color: #2e3436;
|
color: #2e3436;
|
||||||
background-color: #ededed; }
|
background-color: #ececec; }
|
||||||
.background:backdrop {
|
.background:backdrop {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
icon-shadow: none;
|
icon-shadow: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user