Skip to content

Commit

Permalink
add md3 default color
Browse files Browse the repository at this point in the history
(cherry picked from commit 892ddf0)
  • Loading branch information
ErBWs committed Dec 29, 2024
1 parent abf1f1e commit 07a28c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bean/settings/color_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'package:flutter/material.dart';

final List<Map<String, dynamic>> colorThemeTypes = [
{'color': Colors.green, 'label': '默认'},
{'color': const Color(0xff6750a4), 'label': 'MD3 默认'},
{'color': Colors.lightGreen, 'label': '浅绿色'},
{'color': Colors.teal, 'label': '青色'},
{'color': Colors.cyan, 'label': '蓝绿色'},
Expand Down

0 comments on commit 07a28c3

Please sign in to comment.