2nd test
parent
a03474b77b
commit
59730c918a
|
@ -0,0 +1,11 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
ThemeData darkMode = ThemeData(
|
||||
colorScheme: ColorScheme.dark(
|
||||
background: Colors.grey.shade900,
|
||||
primary: Colors.grey.shade600,
|
||||
secondary: Colors.grey.shade700,
|
||||
tertiary: Colors.grey.shade800,
|
||||
inversePrimary: Colors.grey.shade300,
|
||||
),
|
||||
);
|
Loading…
Reference in New Issue