Design System

Miozu Base16

Write once. Theme everywhere.

A semantic color system where each of 16 colors has a clear responsibility. Learn it once, apply it everywhere - from VS Code to web apps to native mobile.

Semantic Color System

Each Base16 color has a fixed semantic role. base08 always means destructive, base0B always means success. This consistency lets developers pick colors instantly.

TokenAliasRoleUsage
base08--color-errorDestructiveDelete, error, danger
base09--color-warningWarningCaution, pending, review
base0A--color-highlightHighlightSearch, featured, new
base0B--color-successSuccessConfirm, complete, active
base0C--color-infoInfoSecondary, neutral, tooltip
base0D--color-primaryPrimaryMain action, links, brand
base0E--color-specialSpecialPremium, AI, unique
base0F--color-alternativeAlternativeDeprecated, legacy

Core Principles

Semantic Intent

Use --color-error not --base08. Semantic aliases make code self-documenting.

Theme Agnostic

Same CSS variables work in dark mode, light mode, or any custom theme. No duplicate stylesheets.

AI-First

Machine-readable tokens and llms.txt for AI assistants. Built for the future of development.

Framework Agnostic

Works with Svelte, React, Vue, vanilla CSS. Design tokens export to any platform.

Enterprise Resources