import "package:flutter/material.dart"; ThemeData lightTheme = ThemeData( appBarTheme: const AppBarTheme( centerTitle: true, elevation: 0, ), colorScheme: ColorScheme.light( background: Colors.grey.shade300, surface: Colors.grey.shade300, primary: Colors.grey.shade500, secondary: Colors.grey.shade100, tertiary: Colors.white, inverseSurface: Colors.black, inversePrimary: const Color(0xFF616161), ), );