Added themes.dart
This commit is contained in:
6
lib/utility/theme.dart
Normal file
6
lib/utility/theme.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
Color white = CupertinoColors.white;
|
||||
Color primaryColor = CupertinoColors.systemGreen;
|
||||
Color backgroundColor = const Color(0xFF080808);
|
||||
Color backgroundTintColor = CupertinoColors.darkBackgroundGray;
|
||||
Reference in New Issue
Block a user