We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a959d0a commit f176d04Copy full SHA for f176d04
lib/util/theme_manager.dart
@@ -56,7 +56,10 @@ class ThemeManager {
56
),
57
58
cardColor: backgroundColor,
59
-
+ floatingActionButtonTheme: FloatingActionButtonThemeData(
60
+ backgroundColor: primaryColor,
61
+ foregroundColor: foregroundColor
62
+ )
63
);
64
return theme;
65
}
lib/util/themes.dart
@@ -193,7 +193,7 @@ const editorThemes = {
193
// Controls
194
"background": Color(0xFF1E2127),
195
"backgroundSecondary": Color(0xFF282C34),
196
- "foreground": Color(0xFFb9bab8),
+ "foreground": Color(0xfffdfdfd),
197
198
// Colors
199
"black": Color(0xFF000000),
0 commit comments