Description
I have a Primitives
collection where I store raw colors. Two modes exist, Dark
and Light
. As the name implies, it only stores the color scale and associated color value (see first screenshot).
Then I have a Tokens
collection where I store colors according to their intent. Again, two modes exist, Dark
and Light
. Each intent references a color from the Primitives
collection, ideally matching the appropritate mode (see next screenshot).
Problem
I have not found a way to create a primitive-to-token variable reference in the secondary mode. The Light
mode primitives just donβt appear on the library selection menu (see next screenshot).
I think this is a common enought pattern. Am I missing something or is this functionality not implemented?