/
siblun
/
ReadFlow
Обзор
Документация
Войти
/
siblun
/
ReadFlow
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
lib/presentation/theme/app_colors.dart
19 строк
650 B
siblun
Refactoring
06 апр 2026, 15:59
06 апр 2026, 15:59
3151a22
Код
Авторство
О чём код?
import 'package:flutter/material.dart'; abstract class AppColors { static const Color background = Color(0xFFE1D4C2); static const Color cardBackground = Color(0xFFF4EDE4); static const Color surface = Color(0xFFBEB5A9); static const Color accentSecondary = Color(0xFFA78D78); static const Color primaryAction = Color(0xFF6E4738); static const Color textMain = Color(0xFF291C0E); static const Color white = Colors.white; static const Color badgeReading = Color(0xFF6E473B); static const Color badgeFinished = Color(0xFFBEB5A9); static const Color error = Color(0xFF8B4545); static const Color success = Color(0xFF5A7B5A); }