nyuchimzizi
Mzizi — an open-architecture project of the Bundu Foundation, operated and developed by Nyuchi. Built on the Five African Minerals palette.
Built by Nyuchi Africav4.0.39
Nyuchi Design Tokens for Kotlin / Jetpack Compose. Auto-generated from nyuchi-tokens. Exports Color objects, spacing Dp values, radius, and typography constants for Android. Five African Minerals + Five Heritage Colors. Same token system as the web CSS output — one palette, every platform.
View the full component source code below.
// NYUCHI DESIGN TOKENS — N1 Vertical Node
// Kotlin / Jetpack Compose — auto-generated from nyuchi-tokens
// Source of truth: design.nyuchi.com
// Do not edit manually.
package com.nyuchi.design.tokens
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.unit.dp
object NyuchiColors {
// Five African Minerals
val Cobalt = Color(0xFF00B0FF)
val Tanzanite = Color(0xFFB388FF)
val Malachite = Color(0xFF64FFDA)
val Gold = Color(0xFFFFD740)
val Terracotta = Color(0xFFD4A574)
// Five Heritage Colors
val Indigo = Color(0xFF8C9EFF)
val Savanna = Color(0xFFFFCC80)
val Baobab = Color(0xFFA5D6A7)
val Sunset = Color(0xFFFF8A80)
val River = Color(0xFF80DEEA)
}
object NyuchiSpacing {
val xs = 4.dp
val sm = 8.dp
val md = 12.dp
val base = 16.dp
val lg = 24.dp
val xl = 32.dp
}
object NyuchiRadius {
val sm = 7.dp
val md = 12.dp
val lg = 14.dp
val xl = 17.dp
val full = 9999.dp
}
object NyuchiFonts {
const val SANS = "Noto Sans"
const val SERIF = "Noto Serif"
const val MONO = "JetBrains Mono"
}npx shadcn@latest add https://mzizi.dev/api/v1/ui/nyuchi-tokens-kotlinFetch this component's metadata and source code from the registry API.
/api/v1/ui/nyuchi-tokens-kotlin