2024-09-18 00:00:27 -04:00
|
|
|
import 'dart:ui';
|
|
|
|
|
|
2024-05-08 05:03:49 -04:00
|
|
|
export 'dark.dart';
|
|
|
|
|
export 'light.dart';
|
2024-09-18 00:00:27 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
// brand color rgb(49, 27, 146) rgb(96, 76, 236)
|
|
|
|
|
const brandColor = Color(0xFF311B92);
|
|
|
|
|
const brandColorLight = Color(0xFF604CEC);
|