From 3da92faa1684774813aab71cef4ad3c7965dab86 Mon Sep 17 00:00:00 2001 From: lainsce Date: Mon, 12 Aug 2024 13:35:14 -0300 Subject: [PATCH] Fix this amount of mixing --- Helium/gtk-4.0/_tauos.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Helium/gtk-4.0/_tauos.scss b/Helium/gtk-4.0/_tauos.scss index 5c78525..1678445 100644 --- a/Helium/gtk-4.0/_tauos.scss +++ b/Helium/gtk-4.0/_tauos.scss @@ -316,12 +316,12 @@ $colors: ( } .tint-button.#{$name} { - background: gtkmix($color, $suggested_container_bg_color, 0.5); + background: gtkmix($color, $suggested_container_bg_color, 0.8); color: gtkmix($color, $suggested_container_fg_color, 0.5); &:hover { background: state-color( - gtkmix($color, $suggested_container_bg_color, 0.5), + gtkmix($color, $suggested_container_bg_color, 0.8), $color, 1 ); @@ -330,7 +330,7 @@ $colors: ( &:active { background: state-color( - gtkmix($color, $suggested_container_bg_color, 0.5), + gtkmix($color, $suggested_container_bg_color, 0.8), $color, 2 );