feat: 优化

This commit is contained in:
2026-03-23 23:19:51 +08:00
parent 1a575eee6e
commit 019374df36
4 changed files with 719 additions and 276 deletions

View File

@@ -26,6 +26,7 @@ class AppColorScheme {
static const Color darkSurface = Color(0xFF151921);
static const Color darkSurfaceHigh = Color(0xFF1a1f2a);
static const Color darkSurfaceHighest = Color(0xFF22262f);
static const Color darkSurfaceBright = Color(0xFF282c36);
/// Ghost Border - 后备边框
static const Color darkOutlineVariant = Color(0xFF45484f);