[libadwaita/wip/exalm/colors-oops: 3/3] stylesheet: @light_1 -> white
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/colors-oops: 3/3] stylesheet: @light_1 -> white
- Date: Thu, 9 Dec 2021 21:08:48 +0000 (UTC)
commit 01298f2f12cde3223c1e6f139f095e4357192036
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]