How to Remove Dark Theme
How to Remove Dark Theme
Open lib/settings.dart and locate the line disableDarkTheme = false;. Change it to disableDarkTheme = true; to disable the dark theme.

Open lib/settings.dart and locate the line disableDarkTheme = false;. Change it to disableDarkTheme = true; to disable the dark theme.
