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:
committed by
Thomas Lamprecht
parent
b20a650bcc
commit
9c2ccd1aa4
@@ -24,8 +24,8 @@ $content-background-selected: hsl(0deg, 0%, 30%);
|
||||
$background-dark: hsl(0deg, 0%, 20%);
|
||||
$background-darker: hsl(0deg, 0%, 15%);
|
||||
$background-darkest: hsl(0deg, 0%, 10%);
|
||||
$background-invalid: hsl(360deg, 60%, 30%);
|
||||
$background-warning: hsl(40deg, 100%, 30%);
|
||||
$background-invalid: hsl(360deg, 60%, 20%);
|
||||
$background-warning: hsl(40deg, 100%, 20%);
|
||||
|
||||
// Buttons
|
||||
$neutral-button-color: hsl(0deg, 0%, 25%);
|
||||
|
Reference in New Issue
Block a user