refactor: change default colorTheme from purple to red in ThemeCustomizer
This commit is contained in:
parent
7007a86ac7
commit
15b6dbd374
@ -24,7 +24,7 @@ class ThemeCustomizer {
|
||||
ThemeMode leftBarTheme = ThemeMode.light;
|
||||
ThemeMode rightBarTheme = ThemeMode.light;
|
||||
ThemeMode topBarTheme = ThemeMode.light;
|
||||
ColorThemeType colorTheme = ColorThemeType.purple;
|
||||
ColorThemeType colorTheme = ColorThemeType.red;
|
||||
bool rightBarOpen = false;
|
||||
bool leftBarCondensed = false;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user