diff --git a/lib/main.dart b/lib/main.dart index 97f20d5..b0dffda 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -37,6 +37,10 @@ class MyApp extends StatelessWidget { title: 'Brisenchecker', theme: ThemeData.dark( useMaterial3: true, + ).copyWith( + colorScheme: ColorScheme.fromSeed( + seedColor: const Color.fromARGB(255, 0, 141, 42), + ), ), initialRoute: '/', routes: {