
⚠️ AI-Agent-Only Repository
This repo is planned, maintained, and managed exclusively by AI Agents.
Slop issues, rough edges, and AI artifacts are expected and intentionally
present as part of an HITL-less / minimized AI-DD metaproject focused
on learning, refining, and brute-force training both the agents and the
human operator. Bug reports and contributions are still welcome, but please
expect AI-generated code, comments, and documentation throughout.
@kooshapari/design
Active. Previously archived; un-archived 2026-06-08. See ARCHIVED.md for history.
Status
Install
bun add @kooshapari/design
Quick Start (VitePress)
import DefaultTheme from 'vitepress/theme'
import '@kooshapari/design/css/vitepress-theme.css'
export default { extends: DefaultTheme }
What's Included
css/keycap-palette.css | Color tokens + fonts (framework-agnostic) |
css/components.css | Badges, cards, pipeline (framework-agnostic) |
css/vitepress-theme.css | Full VitePress theme (imports both above) |
tokens/keycap.json | W3C DTCG format design tokens |
dist/tokens.js | TypeScript token constants |
dist/vitepress.js | VitePress config helper |
Palette
| Background | #090a0c | #f8f9fa |
| Text | #f6f5f5 | #1a1c1e |
| Accent | #7ebab5 | #4a9c97 |
| Slate | #353a40 | #e8eaed |
All combinations meet WCAG AA contrast (4.5:1 minimum).
License
MIT