import 'package:flutter/material.dart'; class ColorCommon { static Color colorScheme = const Color(0xfffdbe5f); // 主题色 }