dark-theme: dim warning and invalid colors more

this brings them more in-line with the appearance of crisp.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2023-03-20 10:02:08 +01:00 committed by Thomas Lamprecht
parent b20a650bcc
commit 9c2ccd1aa4

View File

@ -24,8 +24,8 @@ $content-background-selected: hsl(0deg, 0%, 30%);
$background-dark: hsl(0deg, 0%, 20%); $background-dark: hsl(0deg, 0%, 20%);
$background-darker: hsl(0deg, 0%, 15%); $background-darker: hsl(0deg, 0%, 15%);
$background-darkest: hsl(0deg, 0%, 10%); $background-darkest: hsl(0deg, 0%, 10%);
$background-invalid: hsl(360deg, 60%, 30%); $background-invalid: hsl(360deg, 60%, 20%);
$background-warning: hsl(40deg, 100%, 30%); $background-warning: hsl(40deg, 100%, 20%);
// Buttons // Buttons
$neutral-button-color: hsl(0deg, 0%, 25%); $neutral-button-color: hsl(0deg, 0%, 25%);