[libadwaita/wip/exalm/recoloring-fixes: 11/32] stylesheet: Simplify osd color
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/recoloring-fixes: 11/32] stylesheet: Simplify osd color
- Date: Mon, 13 Sep 2021 13:11:52 +0000 (UTC)
commit 423ac2ca91e4b93c1bb0a1dee9489361672cd6f5
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 d266749e..62dad9e4 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -54,7 +54,7 @@ $card_bg_color: if($variant == 'light', white, transparentize(white, .8));
$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]