ReadonlycolorThe currently active color mode. It is reactive. Defaults to `"light".
ReadonlysystemThe color mode preferred by the system (browser or operating system).
ReadonlysystemThe currently active system config.
Updates the color mode of the application. Can be called with a direct value or a function that returns a value. The function form allows the use of reactive values, which will automatically trigger a color mode update.
Updates the system config of the application. Can be called with a direct value or a function that returns a value. The function form allows the use of reactive values, which will automatically trigger a system config update.
A Theme Service that provides methods to interact with the chakra theme.
e.g. change the color mode of the application. or update the system config of the application.