返回主题颜色
static Color getPrimary(bool isDarkMode) { return isDarkMode ? const Color(0xFFFFFFFF) : const Color(0xFF000000); }