1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-11-22 08:14:18 +00:00

Tweak color palette

This commit is contained in:
Steffo 2023-08-19 05:56:20 +02:00
parent 3a30bceb80
commit 42446c37f0
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -1,17 +1,17 @@
.taskImportanceHighest { .taskImportanceHighest {
--bhsl-current-hue: 15deg; --bhsl-current-hue: 18deg;
--bhsl-current-saturation: 98%; --bhsl-current-saturation: 100%;
--bhsl-current-lightness: 75%; --bhsl-current-lightness: 75%;
font-weight: 800; font-weight: 800;
} }
.taskImportanceHigh { .taskImportanceHigh {
--bhsl-current-hue: 260deg; --bhsl-current-hue: 250deg;
--bhsl-current-saturation: 66%; --bhsl-current-saturation: 100%;
--bhsl-current-lightness: 72%; --bhsl-current-lightness: 78%;
font-weight: 700; font-weight: 600;
} }
.taskImportanceNormal { .taskImportanceNormal {
@ -23,9 +23,9 @@
} }
.taskImportanceLow { .taskImportanceLow {
--bhsl-current-hue: 168deg; --bhsl-current-hue: 160deg;
--bhsl-current-saturation: 22%; --bhsl-current-saturation: 45%;
--bhsl-current-lightness: 61%; --bhsl-current-lightness: 60%;
font-weight: 300; font-weight: 300;
} }
@ -33,7 +33,7 @@
.taskImportanceLowest { .taskImportanceLowest {
--bhsl-current-hue: 120deg; --bhsl-current-hue: 120deg;
--bhsl-current-saturation: 30%; --bhsl-current-saturation: 30%;
--bhsl-current-lightness: 30%; --bhsl-current-lightness: 45%;
font-weight: 300; font-weight: 200;
} }