{ "_meta": { "name": "default", "description": "Default theme - brand overrides on top of shadcn skin", "version": "1.0.0", "layer": "theme", "extends": "skins/shadcn", "contract_version": "1.0.0" }, "color": { "primary": { "value": "#18181b", "comment": "zinc-900 - brand primary" }, "primary-foreground": { "value": "#fafafa", "comment": "zinc-50" }, "ring": { "value": "#18181b", "comment": "matches primary" } }, "radius": { "lg": { "value": "0.5rem", "comment": "default border radius for cards" } } }