[libadwaita/wip/exalm/blue: 6/6] stylesheet: Use blue 2 as accent_color in dark
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/blue: 6/6] stylesheet: Use blue 2 as accent_color in dark
- Date: Sun, 5 Dec 2021 17:24:15 +0000 (UTC)
commit 8db2b47b0804426ca08f1c95e451a90a627de584
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sun Dec 5 22:24:26 2021 +0500
stylesheet: Use blue 2 as accent_color in dark
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..2b073cc6 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', "@blue_2", "@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]