From 11825315e00a386dc79359cb769545941d11b048 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 29 Apr 2026 16:24:27 +0700 Subject: [PATCH] refactor: solid-color palette refactor (BrandSky, removal of gradients) - Replace BrandPink/BrandIndigo with BrandSky variants (light/dark). - Add BrandRose600, BrandAmber600, BrandEmerald600. - Add BackgroundCream for light mode background. - Switch light theme background from white to BackgroundCream. - Keep wordmark gradient (only intentional gradient in brand). Upstream: a60ea08 --- android/app/src/main/java/com/miti99/loto/ui/theme/Theme.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/java/com/miti99/loto/ui/theme/Theme.kt b/android/app/src/main/java/com/miti99/loto/ui/theme/Theme.kt index 3894bbc..a64339e 100644 --- a/android/app/src/main/java/com/miti99/loto/ui/theme/Theme.kt +++ b/android/app/src/main/java/com/miti99/loto/ui/theme/Theme.kt @@ -13,7 +13,7 @@ private val LotoLightColorScheme = lightColorScheme( onSecondary = BackgroundLight, tertiary = BrandEmeraldLight, onTertiary = BackgroundLight, - background = BackgroundLight, + background = BackgroundCream, onBackground = Color0F172A, surface = SurfaceLight, onSurface = Color0F172A,