[libadwaita/wip/exalm/blue: 13/13] stylesheet: Use custom blue as accent_color in dark
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/blue: 13/13] stylesheet: Use custom blue as accent_color in dark
- Date: Sun, 5 Dec 2021 18:13:14 +0000 (UTC)
commit 1636072ac61ac328cf8296d4cf1c2b3077aef394
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sun Dec 5 22:24:26 2021 +0500
stylesheet: Use custom blue as accent_color in dark
Thanks Tobias for the color.
src/stylesheet/_defaults.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/_defaults.scss b/src/stylesheet/_defaults.scss
index 83e2633e..4f5e9c83 100644
--- a/src/stylesheet/_defaults.scss
+++ b/src/stylesheet/_defaults.scss
@@ -11,7 +11,7 @@
// The main accent color and the matching text value
@define-color accent_bg_color @blue_3;
@define-color accent_fg_color @light_1;
-@define-color accent_color #{if($variant == 'dark', "@blue_1", "@blue_4")};
+@define-color accent_color #{if($variant == 'dark', #78aeed, "@blue_4")};
// destructive-action buttons
@define-color destructive_bg_color #{if($variant == 'dark', "@red_4", "@red_3")};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]