[libadwaita/wip/exalm/buttons-again-2: 3/5] stylesheet: Bump checked toggle button opacity
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/buttons-again-2: 3/5] stylesheet: Bump checked toggle button opacity
- Date: Mon, 15 Nov 2021 11:35:05 +0000 (UTC)
commit 4e920e14be59ab0d3585a7c166a92dd42b5f93c0
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Nov 15 02:12:56 2021 +0500
stylesheet: Bump checked toggle button opacity
Make them more different from regular.
See https://gitlab.gnome.org/GNOME/libadwaita/-/issues/310
src/stylesheet/widgets/_buttons.scss | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/stylesheet/widgets/_buttons.scss b/src/stylesheet/widgets/_buttons.scss
index 8792d5de..7b4708a2 100644
--- a/src/stylesheet/widgets/_buttons.scss
+++ b/src/stylesheet/widgets/_buttons.scss
@@ -1,9 +1,9 @@
$button_color: gtkalpha(currentColor, .1);
$button_hover_color: gtkalpha(currentColor, .15);
-$button_active_color: gtkalpha(currentColor, .25);
-$button_checked_color: gtkalpha(currentColor, .2);
-$button_checked_hover_color: gtkalpha(currentColor, .25);
-$button_checked_active_color: gtkalpha(currentColor, .35);
+$button_active_color: gtkalpha(currentColor, .3);
+$button_checked_color: gtkalpha(currentColor, .3);
+$button_checked_hover_color: gtkalpha(currentColor, .35);
+$button_checked_active_color: gtkalpha(currentColor, .4);
$opaque_button_default_bg: gtkmix($window_bg_color, $window_fg_color, 85%);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]