Vaani/lib/theme/theme.dart
2024-09-18 00:00:27 -04:00

9 lines
192 B
Dart

import 'dart:ui';
export 'dark.dart';
export 'light.dart';
// brand color rgb(49, 27, 146) rgb(96, 76, 236)
const brandColor = Color(0xFF311B92);
const brandColorLight = Color(0xFF604CEC);