mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 10:04:20 +01:00
add some config to project and change come simple ui
This commit is contained in:
7
lib/const/theme_style.dart
Normal file
7
lib/const/theme_style.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
class ThemeStyle {
|
||||
static const int AUTO = 1;
|
||||
|
||||
static const int LIGHT = 2;
|
||||
|
||||
static const int DARK = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user