Skip to content

Commit 380600b

Browse files
committed
wip: IDE completo con todas las funcionalidades - Theme tiene errores de compilación,需要本地修复
1 parent a1705f1 commit 380600b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/theme/editor_theme.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ class EditorTheme {
2424
static const Color surfaceVariant = Color(0xFF2D2D30);
2525
static const Color surfaceDark = Color(0xFF252526);
2626
static const Color backgroundDark = Color(0xFF1E1E1E);
27+
static const Color surface = Color(0xFF252526);
28+
static const Color background = Color(0xFF1E1E1E);
2729

2830
static const Color surfaceLight = Color(0xFFFFFFFF);
2931
static const Color backgroundLight = Color(0xFFFAFAFA);

0 commit comments

Comments
 (0)