Add new themes from one or more directory paths.
Unlike mergeTheme, this adds new themes to the pool.
Get a color value from the current theme (returns the raw string or undefined).
Merge additional theme files from one or more directory paths. Later paths override earlier paths for matching keys. Only themes whose id already exists are merged; new ids are ignored.
Switch to a different theme by id.
Get a style value (boolean) from the current theme (returns undefined if not set).
Currently active theme id.
List of all available theme ids.
Value provided by ThemeProvider via React context. Accessed via the useTheme hook.