{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "theme-core", "title": "Corti Theme Core", "description": "Shared semantic variables used by Corti themes.", "cssVars": { "theme": { "variant-success-bg": "hsl(142 76% 97%)", "variant-success-border": "hsl(142 61% 86%)", "variant-success-text": "hsl(142 70% 28%)", "variant-warning-bg": "hsl(38 100% 96%)", "variant-warning-border": "hsl(38 94% 84%)", "variant-warning-text": "hsl(30 92% 34%)", "variant-error-bg": "hsl(0 100% 97%)", "variant-error-border": "hsl(0 93% 86%)", "variant-error-text": "hsl(0 72% 37%)", "variant-info-bg": "hsl(210 100% 97%)", "variant-info-border": "hsl(210 100% 88%)", "variant-info-text": "hsl(215 60% 23%)", "button-radius": "var(--radius)", "button-height": "2.25rem", "button-px": "1rem", "button-py": "0.5rem", "button-icon-px": "0.75rem", "button-default-bg": "var(--primary)", "button-default-fg": "var(--primary-foreground)", "button-default-hover-bg": "var(--primary)", "button-destructive-bg": "var(--destructive)", "button-destructive-fg": "var(--destructive-foreground)", "button-destructive-hover-bg": "var(--destructive)", "button-outline-bg": "var(--background)", "button-outline-fg": "var(--foreground)", "button-outline-hover-bg": "var(--accent)", "button-outline-hover-fg": "var(--accent-foreground)", "button-secondary-bg": "var(--secondary)", "button-secondary-fg": "var(--secondary-foreground)", "button-secondary-hover-bg": "var(--secondary)", "button-ghost-hover-bg": "var(--accent)", "button-ghost-hover-fg": "var(--accent-foreground)", "button-link-fg": "var(--primary)", "input-height": "2.25rem", "input-radius": "var(--radius)", "input-px": "0.75rem", "input-py": "0.25rem", "textarea-min-height": "4rem", "textarea-radius": "var(--radius)", "textarea-px": "0.75rem", "textarea-py": "0.5rem", "select-height": "2.25rem", "select-radius": "var(--radius)", "select-px": "0.75rem", "select-py": "0.5rem", "select-content-radius": "var(--radius)", "popover-radius": "var(--radius)", "tabs-list-radius": "var(--radius)", "tabs-trigger-radius": "var(--radius)", "switch-height": "1.15rem", "switch-width": "2rem", "switch-checked-bg": "var(--primary)", "switch-unchecked-bg": "var(--input)", "switch-thumb-bg": "var(--background)", "checkbox-radius": "4px", "checkbox-checked-border": "var(--primary)", "checkbox-checked-bg": "var(--primary)", "checkbox-checked-fg": "var(--primary-foreground)", "radio-indicator": "var(--primary)" } }, "type": "registry:theme" }