{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "theme", "title": "Neumorphic Theme", "description": "A soft, tactile neumorphic design system with light and dark modes.", "cssVars": { "light": { "background": "#e8e0f0", "foreground": "#4a4358", "card": "#e8e0f0", "card-foreground": "#4a4358", "popover": "#e8e0f0", "popover-foreground": "#4a4358", "primary": "#7c5ce2", "primary-foreground": "#ffffff", "secondary": "#b8a8d0", "secondary-foreground": "#4a4358", "muted": "#d8d0e0", "muted-foreground": "#6b5f7a", "accent": "#7c5ce2", "accent-foreground": "#ffffff", "destructive": "#e25c8d", "destructive-foreground": "#ffffff", "border": "#b8a8d0", "input": "#b8a8d0", "ring": "#7c5ce2", "radius": "0.75rem", "surface": "#e8e0f0", "surface-highlight": "#ffffff", "surface-shadow": "#b8a8d0", "success": "#5ce27c", "success-foreground": "#ffffff", "warning": "#e2a05c", "warning-foreground": "#ffffff", "info": "#7c5ce2", "info-foreground": "#ffffff" }, "dark": { "background": "#1a1625", "foreground": "#e8e0f0", "card": "#1a1625", "card-foreground": "#e8e0f0", "popover": "#1a1625", "popover-foreground": "#e8e0f0", "primary": "#8b7acc", "primary-foreground": "#ffffff", "secondary": "#2a2438", "secondary-foreground": "#e8e0f0", "muted": "#2a2438", "muted-foreground": "#a89bc0", "accent": "#8b7acc", "accent-foreground": "#ffffff", "destructive": "#cc7a8b", "destructive-foreground": "#ffffff", "border": "#2a2438", "input": "#2a2438", "ring": "#8b7acc", "surface": "#1a1625", "surface-highlight": "#2a2438", "surface-shadow": "#0d0a14", "success": "#7acc8b", "success-foreground": "#1a1625", "warning": "#cc9a6a", "warning-foreground": "#1a1625", "info": "#8b7acc", "info-foreground": "#ffffff" } }, "type": "registry:theme" }