Light is more white, Dark is more black, I’m standing on middle,
I love Gray.
Minimal Theme - Gray.css (71.3 KB)
--base-h: 0; /* Base hue */
--base-s: 0%; /* Base saturation */
--base-d: 20%; /* Base lightness Dark Mode - 0 is black */
--base-l: 33%; /* Base lightness Light Mode - 100 is white */
change calc(var(--base-d )
to calc(var(--base-l )