[libadwaita/wip/exalm/background-colors: 10/23] stylesheet: Simplify osd color
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/background-colors: 10/23] stylesheet: Simplify osd color
- Date: Wed, 1 Sep 2021 12:11:13 +0000 (UTC)
commit 24c1e7e38102b6200eacdef25c76302cf8da5fab
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]