mirror of
https://github.com/tiennm99/loto.git
synced 2026-09-02 16:20:35 +00:00
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:
@@ -13,7 +13,7 @@ private val LotoLightColorScheme = lightColorScheme(
|
||||
onSecondary = BackgroundLight,
|
||||
tertiary = BrandEmeraldLight,
|
||||
onTertiary = BackgroundLight,
|
||||
background = BackgroundLight,
|
||||
background = BackgroundCream,
|
||||
onBackground = Color0F172A,
|
||||
surface = SurfaceLight,
|
||||
onSurface = Color0F172A,
|
||||
|
||||
Reference in New Issue
Block a user