[libadwaita/wip/exalm/colors-oops: 22/22] stylesheet: @light_1 -> white




commit c8ebab85f55db2dedadf5bd7a909253abd73e5f1
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Dec 10 01:24:49 2021 +0500

    stylesheet: @light_1 -> white
    
    @light_1 is white, but this color has nothing to do with icon palette.

 src/stylesheet/_defaults.scss | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/stylesheet/_defaults.scss b/src/stylesheet/_defaults.scss
index d4df5009..14355663 100644
--- a/src/stylesheet/_defaults.scss
+++ b/src/stylesheet/_defaults.scss
@@ -10,17 +10,17 @@
 
 // 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_fg_color white;
 @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")};
-@define-color destructive_fg_color @light_1;
+@define-color destructive_fg_color white;
 @define-color destructive_color #{if($variant == 'dark', #ff7b63, "@red_4")};
 
 // Levelbars, entries, labels and infobars. These don't need text colors
 @define-color success_bg_color #{if($variant == 'dark', "@green_5", "@green_4")};
-@define-color success_fg_color @light_1;
+@define-color success_fg_color white;
 @define-color success_color #{if($variant == 'dark', "@green_1", "@green_5")};
 
 @define-color warning_bg_color #{if($variant == 'dark', #cd9309, "@yellow_5")};
@@ -28,7 +28,7 @@
 @define-color warning_color #{if($variant == 'dark', "@yellow_2", #ae7b03)};
 
 @define-color error_bg_color #{if($variant == 'dark', "@red_4", "@red_3")};
-@define-color error_fg_color @light_1;
+@define-color error_fg_color white;
 @define-color error_color #{if($variant == 'dark', #ff7b63, "@red_4")};
 
 // Window


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]