pub fn resolve(theme: &ThemeColors) -> SemanticTokensExpand description
Resolve an authored theme into the full intent token set.
- Copy each present base intent from the authored colors.
- Compute the derived interactive states from the base intents, so every consumer gets identical output.
Each derived token is emitted only when its source intents exist, mirroring the skip-missing behavior of the rest of the crate.