twonly-app/lib/src/themes/colors.dart
2026-04-10 18:18:24 +02:00

6 lines
172 B
Dart

import 'dart:ui';
class DefaultColors {
static const messageSelf = Color.fromARGB(255, 58, 136, 102);
static const messageOther = Color.fromARGB(233, 68, 137, 255);
}