feat(front): add app icon for android, web and windows + agenda stub

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-24 11:53:43 +02:00
co-authored by Cursor
parent 147051821a
commit a0a5e15b04
22 changed files with 448 additions and 10 deletions
@@ -6,6 +6,7 @@ abstract final class QuotidienTheme {
static const Color ink = Color(0xFF2F2F2F);
static const Color ivory = Color(0xFFFFFEF9);
static const Color turquoise = Color(0xFF8AD0C8);
static const Color peach = Color(0xFFFFCCB6);
static const Color lavender = Color(0xFFC6A3D8);
static const Color coral = Color(0xFFF4A28C);
static const Color softGreenPill = Color(0xFFB8D9A8);