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 192ac06 commit a834640Copy full SHA for a834640
lib/styles/themes/dark.dart
@@ -8,6 +8,9 @@ ThemeData buildDarkTheme({
8
return ThemeData(
9
textTheme: buildTextTheme(Colors.white70, mainFontSize, lineSpacing),
10
accentColor: Colors.grey,
11
+ appBarTheme: AppBarTheme(
12
+ color: Colors.blueGrey[600],
13
+ ),
14
primarySwatch: Colors.blueGrey,
15
primaryColor: Colors.blueGrey[600],
16
scaffoldBackgroundColor: const Color.fromRGBO(57, 57, 57, 1),
0 commit comments