[libadwaita/wip/exalm/background-colors: 15/20] stylesheet: Make drop target color follow accent
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/background-colors: 15/20] stylesheet: Make drop target color follow accent
- Date: Mon, 18 Oct 2021 15:04:01 +0000 (UTC)
commit 8ec9a6b84214adbec076c2c6b5922aef0b1cd9b0
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Oct 18 19:31:31 2021 +0500
stylesheet: Make drop target color follow accent
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 828a2006..c471d6e5 100644
--- a/src/stylesheet/_colors.scss
+++ b/src/stylesheet/_colors.scss
@@ -61,7 +61,7 @@ $osd_bg_color: transparentize(black, 0.3);
$tooltip_borders_color: transparentize(white, 0.9);
$shadow_color: transparentize(black, 0.9);
-$drop_target_color: if($variant == 'light', $green_4, $green_5);
+$drop_target_color: $accent_bg_color;
//special cased widget colors
$focus_border_color: gtkalpha($accent_bg_color, 0.5);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]