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) {