{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "theme-catppuccin-mocha", "title": "Catppuccin Mocha (termcn)", "description": "termcn base theme: Catppuccin Mocha tokens, background/foreground depth levels, full ANSI palette, 0 radius, no shadows, monospace typography mapping.", "cssVars": { "theme": { "--color-background": "var(--background)", "--color-foreground": "var(--foreground)", "--color-card": "var(--card)", "--color-card-foreground": "var(--card-foreground)", "--color-popover": "var(--popover)", "--color-popover-foreground": "var(--popover-foreground)", "--color-primary": "var(--primary)", "--color-primary-foreground": "var(--primary-foreground)", "--color-secondary": "var(--secondary)", "--color-secondary-foreground": "var(--secondary-foreground)", "--color-muted": "var(--muted)", "--color-muted-foreground": "var(--muted-foreground)", "--color-accent": "var(--accent)", "--color-accent-foreground": "var(--accent-foreground)", "--color-destructive": "var(--destructive)", "--color-destructive-foreground": "var(--destructive-foreground)", "--color-success": "var(--success)", "--color-success-foreground": "var(--success-foreground)", "--color-warning": "var(--warning)", "--color-warning-foreground": "var(--warning-foreground)", "--color-info": "var(--info)", "--color-info-foreground": "var(--info-foreground)", "--color-border": "var(--border)", "--color-input": "var(--input)", "--color-ring": "var(--ring)", "--color-background0": "var(--background0)", "--color-background1": "var(--background1)", "--color-background2": "var(--background2)", "--color-background3": "var(--background3)", "--color-foreground0": "var(--foreground0)", "--color-foreground1": "var(--foreground1)", "--color-foreground2": "var(--foreground2)", "--color-ansi-black": "var(--ansi-black)", "--color-ansi-red": "var(--ansi-red)", "--color-ansi-green": "var(--ansi-green)", "--color-ansi-yellow": "var(--ansi-yellow)", "--color-ansi-blue": "var(--ansi-blue)", "--color-ansi-magenta": "var(--ansi-magenta)", "--color-ansi-cyan": "var(--ansi-cyan)", "--color-ansi-white": "var(--ansi-white)", "--color-ansi-bright-black": "var(--ansi-bright-black)", "--color-ansi-bright-red": "var(--ansi-bright-red)", "--color-ansi-bright-green": "var(--ansi-bright-green)", "--color-ansi-bright-yellow": "var(--ansi-bright-yellow)", "--color-ansi-bright-blue": "var(--ansi-bright-blue)", "--color-ansi-bright-magenta": "var(--ansi-bright-magenta)", "--color-ansi-bright-cyan": "var(--ansi-bright-cyan)", "--color-ansi-bright-white": "var(--ansi-bright-white)", "--font-sans": "var(--font-mono)", "--font-mono": "var(--font-mono)", "--font-serif": "var(--font-mono)", "--radius-sm": "0px", "--radius-md": "0px", "--radius-lg": "0px", "--radius-xl": "0px" }, "light": { "--background0": "#1e1e2e", "--background1": "#181825", "--background2": "#313244", "--background3": "#45475a", "--foreground0": "#cdd6f4", "--foreground1": "#a6adc8", "--foreground2": "#6c7086", "--background": "var(--background0)", "--foreground": "var(--foreground0)", "--card": "var(--background1)", "--card-foreground": "var(--foreground0)", "--popover": "var(--background0)", "--popover-foreground": "var(--foreground0)", "--primary": "#89b4fa", "--primary-foreground": "#1e1e2e", "--secondary": "#b4befe", "--secondary-foreground": "#1e1e2e", "--muted": "var(--background2)", "--muted-foreground": "var(--foreground1)", "--accent": "#f38ba8", "--accent-foreground": "#1e1e2e", "--destructive": "#f38ba8", "--destructive-foreground": "#1e1e2e", "--success": "#a6e3a1", "--success-foreground": "#1e1e2e", "--warning": "#f9e2af", "--warning-foreground": "#1e1e2e", "--info": "#89dceb", "--info-foreground": "#1e1e2e", "--border": "var(--foreground2)", "--input": "var(--background2)", "--ring": "var(--foreground0)", "--box-border-color": "var(--foreground2)", "--table-border-color": "var(--foreground2)", "--separator-color": "var(--foreground1)", "--ansi-black": "#45475a", "--ansi-red": "#f38ba8", "--ansi-green": "#a6e3a1", "--ansi-yellow": "#f9e2af", "--ansi-blue": "#89b4fa", "--ansi-magenta": "#f5c2e7", "--ansi-cyan": "#94e2d5", "--ansi-white": "#bac2de", "--ansi-bright-black": "#585b70", "--ansi-bright-red": "#eba0ac", "--ansi-bright-green": "#a6e3a1", "--ansi-bright-yellow": "#f9e2af", "--ansi-bright-blue": "#b4befe", "--ansi-bright-magenta": "#cba6f7", "--ansi-bright-cyan": "#89dceb", "--ansi-bright-white": "#cdd6f4", "--font-mono": "\"JetBrains Mono\", \"Fira Code\", \"SF Mono\", \"Cascadia Code\", Consolas, monospace", "--font-sans": "var(--font-mono)", "--font-serif": "var(--font-mono)", "--termcn-slide-offset": "1rem", "--sidebar-width": "18rem", "--sidebar-width-icon": "3.5rem", "--radius": "0px", "--shadow-2xs": "none", "--shadow-xs": "none", "--shadow-sm": "none", "--shadow": "none", "--shadow-md": "none", "--shadow-lg": "none", "--shadow-xl": "none", "--shadow-2xl": "none" }, "dark": { "--background0": "#1e1e2e", "--background1": "#181825", "--background2": "#313244", "--background3": "#45475a", "--foreground0": "#cdd6f4", "--foreground1": "#a6adc8", "--foreground2": "#6c7086", "--background": "var(--background0)", "--foreground": "var(--foreground0)", "--card": "var(--background1)", "--card-foreground": "var(--foreground0)", "--popover": "var(--background1)", "--popover-foreground": "var(--foreground0)", "--primary": "#89b4fa", "--primary-foreground": "#1e1e2e", "--secondary": "var(--background2)", "--secondary-foreground": "var(--foreground0)", "--muted": "var(--background2)", "--muted-foreground": "var(--foreground1)", "--accent": "var(--background2)", "--accent-foreground": "var(--foreground0)", "--destructive": "#f38ba8", "--destructive-foreground": "#1e1e2e", "--success": "#a6e3a1", "--success-foreground": "#1e1e2e", "--warning": "#f9e2af", "--warning-foreground": "#1e1e2e", "--info": "#89dceb", "--info-foreground": "#1e1e2e", "--border": "var(--foreground2)", "--input": "var(--background2)", "--ring": "var(--foreground0)", "--box-border-color": "var(--foreground2)", "--table-border-color": "var(--foreground2)", "--separator-color": "var(--foreground1)", "--ansi-black": "#45475a", "--ansi-red": "#f38ba8", "--ansi-green": "#a6e3a1", "--ansi-yellow": "#f9e2af", "--ansi-blue": "#89b4fa", "--ansi-magenta": "#f5c2e7", "--ansi-cyan": "#94e2d5", "--ansi-white": "#bac2de", "--ansi-bright-black": "#585b70", "--ansi-bright-red": "#eba0ac", "--ansi-bright-green": "#a6e3a1", "--ansi-bright-yellow": "#f9e2af", "--ansi-bright-blue": "#b4befe", "--ansi-bright-magenta": "#cba6f7", "--ansi-bright-cyan": "#89dceb", "--ansi-bright-white": "#cdd6f4", "--font-mono": "\"JetBrains Mono\", \"Fira Code\", \"SF Mono\", \"Cascadia Code\", Consolas, monospace", "--font-sans": "var(--font-mono)", "--font-serif": "var(--font-mono)", "--termcn-slide-offset": "1rem", "--sidebar-width": "18rem", "--sidebar-width-icon": "3.5rem", "--radius": "0px", "--shadow-2xs": "none", "--shadow-xs": "none", "--shadow-sm": "none", "--shadow": "none", "--shadow-md": "none", "--shadow-lg": "none", "--shadow-xl": "none", "--shadow-2xl": "none" } }, "type": "registry:theme" }