[libadwaita/wip/exalm/borderless: 6/16] stylesheet: Brighten accent/destructive_colors in light variant
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/borderless: 6/16] stylesheet: Brighten accent/destructive_colors in light variant
- Date: Sun, 4 Jul 2021 14:39:06 +0000 (UTC)
commit 997ae61e9601c8202c00f7c9ffc5e251fdbb0f9e
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]