1import { useTheme } from "@alepha/ui/styles";
Hook to get and set the current theme.
Returns a tuple with the current theme and a function to set the theme.
1const [theme, setTheme] = useTheme();