Convenience provider for accessing the current theme mode as Flutter's ThemeMode
final currentThemeModeProvider = Provider<ThemeMode>((ref) { return ref.watch(themeSwitcherProvider); });