[libadwaita/wip/exalm/borderless-preparations: 5/10] stylesheet: Brighten accent/destructive_colors in light variant
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borderless-preparations: 5/10] stylesheet: Brighten accent/destructive_colors in light variant
- Date: Fri, 9 Jul 2021 17:55:17 +0000 (UTC)
commit 067d9831e6aad70e93e4e7d1e8f43f7276ceda24
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Sun Jul 4 18:58:02 2021 +0500
stylesheet: Brighten accent/destructive_colors in light variant
It went too far trying to be legible and is too similar to regular text
now. Make it slightly brighter so it's clearly distinct, while still
readable.
src/stylesheet/_defaults.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/_defaults.scss b/src/stylesheet/_defaults.scss
index 3cec7308..c49f253e 100644
--- a/src/stylesheet/_defaults.scss
+++ b/src/stylesheet/_defaults.scss
@@ -11,12 +11,12 @@
// 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_5)};
+@define-color accent_color #{if($variant == 'dark', $blue_1, $blue_4)};
// destructive-action buttons
@define-color destructive_bg_color #{$red_3};
@define-color destructive_fg_color #{$light_1};
-@define-color destructive_color #{if($variant == 'dark', $red_1, $red_5)};
+@define-color destructive_color #{if($variant == 'dark', $red_1, $red_4)};
// Levelbars, entries, labels and infobars. These don't need text colors
@define-color success_color #{$green_3};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]