[libadwaita/wip/exalm/blue] stylesheet: Use custom blue as accent_color in dark




commit df28cf87a7c88d43b21e8359fbcedc7ca848075b
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]