From f8f3f28d08640312b98057156ed07febcc01e35e Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Thu, 18 Aug 2022 12:38:32 +0200 Subject: [PATCH] Adjust light theme --- sass/_vars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_vars.scss b/sass/_vars.scss index b4111307d..3759e0320 100644 --- a/sass/_vars.scss +++ b/sass/_vars.scss @@ -22,11 +22,11 @@ $vars: ( dark: get($color, gray, 0), ), window-bg: ( - light: get($color, gray, 1), + light: get($color, gray, 0), dark: get($color, gray, 6), ), frame-bg: ( - light: get($color, gray, 0), + light: white, dark: get($color, gray, 7), ), border: (