From eb57b28d7108bd9ffc0cfd484b4f20624255cbcc Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Fri, 17 Jun 2022 21:55:49 +0300 Subject: [PATCH] Changed color scheme to orange and added dark mode --- lib/main.dart | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 8aa62ba..ec5d860 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -34,7 +34,12 @@ class MyApp extends StatelessWidget { title: 'Logic Circuits Simulator', theme: ThemeData( useMaterial3: true, - primarySwatch: Colors.amber, + primarySwatch: Colors.orange, + ), + darkTheme: ThemeData( + useMaterial3: true, + primarySwatch: Colors.orange, + brightness: Brightness.dark, ), routes: { ProjectsPage.routeName:(context) {