color theme change

This commit is contained in:
marcoabat
2023-08-09 19:32:01 +02:00
parent 4369f45486
commit 271190b459

View File

@@ -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: {