ThemeProvider selects a palette by applying the light or dark class.
Mix palettes
SetapplyToRoot={false} on a nested provider to give a subtree a different palette. Both stylesheets must be loaded:
useThemeColorScheme() from twenty-ui/theme-constants to read the provider’s active scheme. In a Twenty front component, use useColorScheme() from twenty-sdk/front-component to read the workspace scheme supplied by the host.