[libadwaita/wip/exalm/recoloring-fixes: 11/32] stylesheet: Simplify osd color




commit cc929032a50c5f44d07f834d71ceab3ad99e1436
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Sep 1 13:09:12 2021 +0500

    stylesheet: Simplify osd color
    
    Use neutral transparent black, that looks fine with both light and dark
    automatically.

 src/stylesheet/_colors.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/_colors.scss b/src/stylesheet/_colors.scss
index 050429c3..f00e817e 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -52,7 +52,7 @@ $slider_hover_color: white;
 
 $osd_fg_color: $dark_fg;
 $osd_text_color: white;
-$osd_bg_color: if($variant == 'light', transparentize($dark_bg,0.3), 
transparentize(darken(desaturate($dark_3, 100%), 10%),0.3));
+$osd_bg_color: transparentize(black, 0.3);
 
 $sidebar_bg_color: mix($bg_color, $base_color, 50%);
 


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