A hook that provides the current color mode and a function to set the color mode.
[theme: string | undefined, setTheme: (theme?: string | undefined) => void]