In Bricks 2.2, we can’t currently use variables inside Dark Mode color settings. I think it would be much better if we could — it would make the color system more predictable and flexible.
Example:
I have a neutral color scale from 50 to 950. It would be so much easier if I could set
var(--neutral-950) as the Dark Mode value of var(--neutral-50), 900 → 100, etc.
That way, if I ever need to adjust my neutral palette (for example, to match a client’s slightly bluish or greenish brand tone), I wouldn’t have to manually re-input every color again. This also helpful for transparencies.
Also, the color preview already seems to recognize these variables in Dark Mode — so it feels like we’re almost there ![]()
This would make design token workflows much smoother and more scalable.