[libadwaita/wip/exalm/recoloring-fixes: 7/32] stylesheet: Use dark_fill for the scrollbar bg color
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/recoloring-fixes: 7/32] stylesheet: Use dark_fill for the scrollbar bg color
- Date: Mon, 13 Sep 2021 13:11:51 +0000 (UTC)
commit 8446aa5b8c5c751f4b4ea42aba1a409668a37fd2
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Sep 1 12:47:20 2021 +0500
stylesheet: Use dark_fill for the scrollbar bg color
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 c2af85c1..37c9f60b 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -52,7 +52,7 @@ $slider_hover_color: white;
$card_bg_color: if($variant == 'light', white, transparentize(white, .8));
-$scrollbar_bg_color: if($variant == 'light', mix($bg_color, $fg_color, 80%), mix($base_color, $bg_color,
50%));
+$scrollbar_bg_color: $dark_fill;
$scrollbar_slider_color: mix($fg_color, $bg_color, 60%);
$scrollbar_slider_hover_color: mix($fg_color, $bg_color, 80%);
$scrollbar_slider_active_color: $accent_bg_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]