[libadwaita/wip/exalm/buttons-5: 5/20] stylesheet: Use lighter active states




commit 1097a579c87ba88d1bd137d3b23c3a301ed70887
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Jun 10 21:13:02 2021 +0500

    stylesheet: Use lighter active states
    
    It's more visible on dark and works better for recolorability.

 src/stylesheet/_colors.scss | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index c6f0e18f..b7c9af72 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -20,14 +20,14 @@ $menu_color: $base_color;
 $view_hover_color: transparentize($text_color, .93);
 $view_selected_color: transparentize($text_color, .9);
 $view_selected_hover_color: transparentize($text_color, .87);
-$view_active_color: transparentize(black, .85);
+$view_active_color: transparentize($text_color, .84);
 $trough_color: transparentize($text_color, .85);
 $trough_hover_color: transparentize($text_color, .8);
-$trough_active_color: transparentize(black, .75);
+$trough_active_color: transparentize($text_color, .75);
 $fill_color: $selected_bg_color;
 $fill_text_color: $selected_fg_color;
 $fill_hover_color: mix($selected_bg_color, $text_color, 90%);
-$fill_active_color: mix($selected_bg_color, black, 80%);
+$fill_active_color: mix($selected_bg_color, $text_color, 80%);
 $slider_color: mix(white, $base_color, 80%);
 $slider_hover_color: white;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]