colors: adjust light theme

This commit is contained in:
end-4
2024-02-29 23:04:26 +07:00
parent 79fba3e164
commit 3554613bae
+3 -3
View File
@@ -14,9 +14,9 @@ $transparency_enabled: false;
} }
@if $darkmode ==false { @if $darkmode ==false {
$background: mix($background, $primary, 87%); $background: mix($background, $primary, 85%);
$surface: mix($surface, $primary, 93%); $surface: mix($surface, $primary, 90%);
$surfaceVariant: mix($surfaceVariant, #ffffff, 25%); $surfaceVariant: mix($surfaceVariant, #ffffff, 50%);
} }
} }