From 7d45b65ebef5290f1608846bb9be200ba56478cf Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Fri, 2 Sep 2022 15:55:23 +0200 Subject: [PATCH] Light theme: darken background and flatten transition also set hue and saturation of gray-8 to 0 (like all the other grays). --- sass/_colors.scss | 8 ++++---- sass/_vars.scss | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sass/_colors.scss b/sass/_colors.scss index 4073c02fb..22e2e90a1 100644 --- a/sass/_colors.scss +++ b/sass/_colors.scss @@ -7,15 +7,15 @@ $colors: ( gray: ( - 0: #f8f8f8, - 1: #f4f4f4, - 2: #d6d6d6, + 0: #f4f4f4, + 1: #efefef, + 2: #e3e3e3, 3: #d1d1d1, 4: #919191, 5: #3a3a3a, 6: #2d2d2d, 7: #2a2a2a, - 8: #252526, + 8: #252525, 9: #181818, ), red: ( diff --git a/sass/_vars.scss b/sass/_vars.scss index 4682fbd1f..1eca9f2da 100644 --- a/sass/_vars.scss +++ b/sass/_vars.scss @@ -19,7 +19,7 @@ $vars: ( colors: ( canvas: ( default: ( - light: palette(gray, 1), + light: palette(gray, 0), dark: palette(gray, 7), ), outset: ( @@ -37,11 +37,11 @@ $vars: ( ), border: ( default: ( - light: palette(gray, 4), + light: palette(gray, 3), dark: palette(gray, 9), ), subtle: ( - light: palette(gray, 3), + light: palette(gray, 2), dark: palette(gray, 6), ), focus: (