From 7940d435078290d4914e9ab728a2a617b340bc91 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 29 Feb 2024 23:04:26 +0700 Subject: [PATCH] colors: adjust light theme --- .config/ags/scss/_colors.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/ags/scss/_colors.scss b/.config/ags/scss/_colors.scss index 2cc6ef45b..b1277e8b4 100644 --- a/.config/ags/scss/_colors.scss +++ b/.config/ags/scss/_colors.scss @@ -14,9 +14,9 @@ $transparency_enabled: false; } @if $darkmode ==false { - $background: mix($background, $primary, 87%); - $surface: mix($surface, $primary, 93%); - $surfaceVariant: mix($surfaceVariant, #ffffff, 25%); + $background: mix($background, $primary, 85%); + $surface: mix($surface, $primary, 90%); + $surfaceVariant: mix($surfaceVariant, #ffffff, 50%); } }