{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "wendy-theme", "homepage": "https://github.com/wendylabsinc/wendy-theme", "items": [ { "name": "wendy", "type": "registry:theme", "title": "Wendy Theme", "description": "A NieR:Automata (YoRHa) inspired theme for shadcn/ui — sand, ink, hard shadows, and zero border radius. Palette adapted from metakirby5/yorha (MIT).", "cssVars": { "theme": { "font-sans": "\"Helvetica Neue\", Helvetica, Arial, sans-serif" }, "light": { "background": "#d1cdb7", "foreground": "#454138", "card": "#dcd8c0", "card-foreground": "#454138", "popover": "#dcd8c0", "popover-foreground": "#454138", "primary": "#454138", "primary-foreground": "#dcd8c0", "secondary": "#bab5a1", "secondary-foreground": "#454138", "muted": "#c5c1ab", "muted-foreground": "#6e6a5b", "accent": "#bab5a1", "accent-foreground": "#454138", "destructive": "#8f3d33", "border": "#a9a48f", "input": "#a9a48f", "ring": "#454138", "chart-1": "#454138", "chart-2": "#8b8672", "chart-3": "#8f3d33", "chart-4": "#a8935f", "chart-5": "#6e6a5b", "radius": "0rem", "sidebar": "#ccc8b1", "sidebar-foreground": "#454138", "sidebar-primary": "#454138", "sidebar-primary-foreground": "#dcd8c0", "sidebar-accent": "#454138", "sidebar-accent-foreground": "#d1cdb7", "sidebar-border": "#a9a48f", "sidebar-ring": "#454138", "wendy-grid": "#ccc8b1", "wendy-shadow": "rgb(69 65 56 / 0.22)" }, "dark": { "background": "#2f2d27", "foreground": "#d1cdb7", "card": "#3a382f", "card-foreground": "#d1cdb7", "popover": "#3a382f", "popover-foreground": "#d1cdb7", "primary": "#d1cdb7", "primary-foreground": "#2f2d27", "secondary": "#4a4840", "secondary-foreground": "#d1cdb7", "muted": "#454239", "muted-foreground": "#a39e8a", "accent": "#4a4840", "accent-foreground": "#d1cdb7", "destructive": "#c96a5b", "border": "#514e44", "input": "#514e44", "ring": "#d1cdb7", "chart-1": "#d1cdb7", "chart-2": "#a39e8a", "chart-3": "#c96a5b", "chart-4": "#c2ab74", "chart-5": "#6b675a", "radius": "0rem", "sidebar": "#2a2822", "sidebar-foreground": "#d1cdb7", "sidebar-primary": "#d1cdb7", "sidebar-primary-foreground": "#2a2822", "sidebar-accent": "#d1cdb7", "sidebar-accent-foreground": "#2f2d27", "sidebar-border": "#514e44", "sidebar-ring": "#d1cdb7", "wendy-grid": "#353329", "wendy-shadow": "rgb(0 0 0 / 0.4)" } }, "css": { "@layer base": { "body": { "letter-spacing": "0.02em" }, "::selection": { "background-color": "var(--secondary)", "color": "var(--secondary-foreground)" }, "::-webkit-scrollbar": { "width": "10px", "height": "10px", "background-color": "transparent" }, "::-webkit-scrollbar-thumb": { "background-color": "var(--secondary)", "border-radius": "0" }, "::-webkit-scrollbar-thumb:hover": { "background-color": "var(--input)" }, "::-webkit-scrollbar-corner": { "background-color": "transparent" }, "@supports not selector(::-webkit-scrollbar)": { "*": { "scrollbar-width": "thin", "scrollbar-color": "var(--secondary) transparent" } } }, "body, [data-slot=sidebar-inset]": { "background-image": "linear-gradient(to right, var(--wendy-grid) 1px, transparent 1px), linear-gradient(to bottom, var(--wendy-grid) 1px, transparent 1px)", "background-size": "5px 5px" }, "[data-slot=button]:not(:disabled)": { "position": "relative", "z-index": "0", "overflow": "hidden", "isolation": "isolate" }, "[data-slot=button]:not(:disabled)::before": { "content": "\"\"", "position": "absolute", "top": "0", "bottom": "0", "left": "0", "width": "0", "background-color": "var(--primary)", "transition": "width 0.2s ease-in-out", "z-index": "-1" }, "[data-slot=button]:not(:disabled):hover::before": { "width": "100%" }, "[data-slot=button]:not(:disabled):hover": { "color": "var(--primary-foreground)" }, "[data-slot=button][class*=text-destructive]:not(:disabled)::before": { "background-color": "var(--destructive)" }, "[data-slot=button][class*=text-destructive]:not(:disabled):hover": { "color": "var(--background)" }, "[data-slot=button][class*=text-destructive]:not(:disabled):hover::before": { "animation": "wendy-danger-vibrate 0.12s linear infinite" }, "@keyframes wendy-danger-vibrate": { "0%, 100%": { "translate": "0 0" }, "20%": { "translate": "1.5px 1px" }, "40%": { "translate": "-1.5px -0.5px" }, "60%": { "translate": "1px -1px" }, "80%": { "translate": "-1px 1px" } }, "[data-slot=card], [data-slot=popover-popup], [data-slot=dropdown-menu-popup], [data-slot=context-menu-popup], [data-slot=menubar-popup], [data-slot=hover-card-popup], [data-slot=select-popup], [data-slot=tooltip-popup]": { "box-shadow": "4px 4px 0 0 var(--wendy-shadow)" }, "[data-slot=avatar], [data-slot=avatar] *, [data-slot=avatar]::after, [data-slot=switch], [data-slot=switch] *, [data-slot=progress], [data-slot=progress] *, [data-slot=slider] *, [data-slot=carousel-previous], [data-slot=carousel-next], [data-slot=checkbox], [data-slot=avatar-group-count], [data-slot=scroll-area-thumb]": { "border-radius": "0" }, "[data-slot=sidebar-gap], [data-slot=sidebar-container]": { "transition-timing-function": "ease-in-out" }, "@utility wendy-title": { "text-transform": "uppercase", "letter-spacing": "0.35em", "font-weight": "400", "text-shadow": "0.15em 0.15em 0 var(--secondary)" }, "@utility wendy-heading": { "position": "relative", "text-transform": "uppercase", "letter-spacing": "0.25em", "padding-left": "1.25em", "&::before": { "content": "\"\"", "position": "absolute", "left": "0", "top": "50%", "translate": "0 -50%", "width": "0.55em", "height": "0.55em", "background-color": "currentColor" } }, "@utility wendy-bars": { "border-block": "1px solid currentColor", "padding": "0.25rem 1rem", "letter-spacing": "0.1em" }, "@utility wendy-stripes": { "position": "relative", "padding-left": "1.5rem", "&::before": { "content": "\"\"", "position": "absolute", "top": "0", "bottom": "0", "left": "0", "width": "0.3rem", "border-style": "solid", "border-color": "var(--secondary)", "border-width": "0 3px 0 9px" } }, "@utility wendy-grid": { "background-image": "linear-gradient(to right, var(--wendy-grid) 1px, transparent 1px), linear-gradient(to bottom, var(--wendy-grid) 1px, transparent 1px)", "background-size": "5px 5px" } } } ] }