Files
KDCDesignSystem/themes/dark/theme.json
T
Paul Roberts 6593bdf689 feat: design system v1.0.0 — reconcile tokens from cross-repo audit
Extracted real production usage from 8 KDC repos and consolidated the
consensus (kdcsurveyadd / kdcvault / kdc_void_planner) into the canonical
design.md + tokens.

Highlights:
- brand.ink #000000 -> #1A1530 (purple-tinted, matches real usage)
- brand.canvas #F5F4F0 -> #F7F4ED (warm)
- neutral ramp rebuilt around ink (purple-tinted, not cold slate)
- semantic palette retuned for warm canvas + soft tints
- elevation shadows retinted with brand-ink rgb
- new accent.gold (product) and accent.mint (marketing) tokens
- real themes/light, themes/dark, themes/high-contrast
- fleshed out every component + foundation README
- docs/consolidation-2026-05.md captures the full audit + drift inventory

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-17 17:51:39 +00:00

26 lines
864 B
JSON

{
"name": "KDC Dark",
"$description": "Dark theme — lifted purple primary on near-black ink surface. Source: kdcvault dark overrides.",
"colors": {
"surface.background": "#0E0B1A",
"surface.canvas": "#14102A",
"surface.subtle": "#1C1838",
"surface.muted": "#2A2040",
"text.default": "#F1ECFA",
"text.soft": "#C8C0DA",
"text.muted": "#8A82A0",
"text.disabled": "#5A526E",
"text.inverse": "#1A1530",
"text.brand": "#A37CD9",
"border.default": "#2A2D47",
"border.strong": "#3D3A55",
"border.subtle": "#1F1C36",
"accent.primary": "#8456C2",
"accent.emphasis": "#D9A858",
"status.success": "#5BB58A",
"status.warning": "#D9A858",
"status.danger": "#D9695E",
"status.info": "#A37CD9"
}
}