From 271190b45983a6880ef6dfd5391391c0e79e6b49 Mon Sep 17 00:00:00 2001 From: marcoabat Date: Wed, 9 Aug 2023 19:32:01 +0200 Subject: [PATCH] color theme change --- lib/main.dart | 4 ++++ 1 file changed, 4 insertions(+) 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: {