feat: add teal arctique theme with full M3 color scheme, typography, shapes, spacing tokens

- Complete light/dark color schemes (all M3 slots)
- Typography scale (headlineLarge through labelMedium)
- Shape tokens (small 8dp, medium 12dp, large 16dp)
- Dimens spacing object (xs through xxl)
- Add material-icons-extended dependency
This commit is contained in:
2026-08-06 16:21:07 +02:00
parent be6e9d733a
commit b7af237002
3 changed files with 99 additions and 12 deletions
+1
View File
@@ -37,6 +37,7 @@ kotlin {
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.material3)
implementation(compose.materialIconsExtended)
implementation(compose.components.uiToolingPreview)
implementation(libs.ktor.client.core)
implementation(libs.ktor.client.content.negotiation)