tokka-systems
v0.1.0
Published
Starter design systems for tokka - includes soft-saas, corporate, dark-mode, accessible, and brutalist themes
Maintainers
Readme
Design Systems
This directory contains starter design systems for tokka.
v1 Systems
- soft-saas (default) - Low contrast, friendly, rounded
- corporate - High contrast, sharp, dense, professional
- dark-mode - Dark-first design with vibrant accents
- accessible - WCAG AAA compliant, high contrast
- brutalist - Raw aesthetic, no radius, bold
System Structure
Each system directory contains:
system-name/
├── system.json # System metadata
├── tokens/
│ ├── primitives.json # Primitive tokens
│ ├── semantics.json # Semantic tokens
│ └── components/ # Component tokens (optional, Tier 2)
└── preview/ # Preview assets
├── thumbnail.png
└── README.mdContributing Systems
The registry format supports 100+ systems. To contribute:
Follow the system quality bar:
- Coherent color strategy (brand + neutrals + semantic states)
- Typography set (body + heading scales)
- Spacing, radius, motion, shadow policies
Test your system:
tokka init --system your-system tokka buildSubmit a PR with your system directory
System Quality Bar
Each system must include:
- Brand colors + neutral palette
- Semantic states (success, warning, error, info)
- Typography scale
- Spacing scale
- Radius policy
- Motion policy
- Shadow/elevation policy
- Both light and dark modes
