Tokens
How to override
UseThemeProvider to override component tokens for a subtree:
-hover, -active, and -disabled variants of any token can be overridden the same way. To theme every component at once, override tier-2 semantic tokens instead — see Design Tokens.
Interactive states
Interactive state tokens follow a-hover / -active / -disabled suffix on the base token name. For example, combobox.primary.background.color has siblings combobox.primary.background.color-hover, ...color-active, and ...color-disabled. The table above surfaces these via the State column.