This commit is contained in:
Developer
2026-04-03 03:26:06 +08:00
parent 3063deb34c
commit cba04235c8
49 changed files with 3955 additions and 1421 deletions

View File

@@ -8,19 +8,19 @@ import '../../constants/app_constants.dart';
class ThemeColors {
// 主题颜色选项
static const List<Color> themeColors = [
AppConstants.primaryColor, // 默认紫色
Color(0xFF8B4513), // 书褐色 - 传统中国风(默认)
AppConstants.primaryColor, // 紫色
Colors.blue, // 蓝色
Colors.green, // 绿色
Colors.orange, // 橙色
Colors.red, // 红色
Colors.teal, // 青色
Color(0xFF8B4513), // 书褐色 - 传统中国风
];
// 强调色选项
static const List<Color> accentColors = [
AppConstants.primaryColor, // 默认紫色
Colors.yellow, //
Colors.yellow, // 黄色(默认)
AppConstants.primaryColor, //
Colors.pink, // 粉色
Colors.cyan, // 青色
Colors.purple, // 深紫色