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
This commit is contained in:
2026-04-29 16:24:27 +07:00
parent 793788c78c
commit 11825315e0
@@ -13,7 +13,7 @@ private val LotoLightColorScheme = lightColorScheme(
onSecondary = BackgroundLight,
tertiary = BrandEmeraldLight,
onTertiary = BackgroundLight,
background = BackgroundLight,
background = BackgroundCream,
onBackground = Color0F172A,
surface = SurfaceLight,
onSurface = Color0F172A,