We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1705f1 commit 380600bCopy full SHA for 380600b
1 file changed
lib/theme/editor_theme.dart
@@ -24,6 +24,8 @@ class EditorTheme {
24
static const Color surfaceVariant = Color(0xFF2D2D30);
25
static const Color surfaceDark = Color(0xFF252526);
26
static const Color backgroundDark = Color(0xFF1E1E1E);
27
+ static const Color surface = Color(0xFF252526);
28
+ static const Color background = Color(0xFF1E1E1E);
29
30
static const Color surfaceLight = Color(0xFFFFFFFF);
31
static const Color backgroundLight = Color(0xFFFAFAFA);
0 commit comments