Tweak shadow color.

This commit is contained in:
Madeorsk 2024-07-14 19:01:43 +02:00
parent b0e71f9257
commit 7e58785c85
Signed by: Madeorsk
SSH key fingerprint: SHA256:J9G0ofIOLKf7kyS2IfrMqtMaPdfsk1W02+oGueZzDDU

View file

@ -14,7 +14,7 @@
@foreground-darker: #080808; --foreground-darker: @foreground-darker; @foreground-darker: #080808; --foreground-darker: @foreground-darker;
@foreground-darkest: #000000; --foreground-darkest: @foreground-darkest; @foreground-darkest: #000000; --foreground-darkest: @foreground-darkest;
@foreground-shadow: fade(@foreground, 50%); --foreground-shadow: @foreground-shadow; @foreground-shadow: fade(@foreground, 33%); --foreground-shadow: @foreground-shadow;
@curtain-dim: fade(@foreground, 50%); --curtain-dim: @curtain-dim; @curtain-dim: fade(@foreground, 50%); --curtain-dim: @curtain-dim;
@curtain-inset: fade(@foreground, 20%); --curtain-inset: @curtain-inset; @curtain-inset: fade(@foreground, 20%); --curtain-inset: @curtain-inset;