{
  "id": "cupertino",
  "name": "Cupertino",
  "group": "custom",
  "author": "Inspired by Apple Human Interface Guidelines",
  "description": "System blue on layered grays. Continuous corners, translucent-feeling depth.",
  "radius": "0.625rem",
  "fonts": {
    "sans": "\"Figtree\", system-ui, -apple-system, \"Segoe UI\", sans-serif",
    "mono": "\"IBM Plex Mono\", ui-monospace, SFMono-Regular, Menlo, monospace"
  },
  "icons": {
    "set": "phosphor"
  },
  "light": {
    "background": "#f2f2f7",
    "foreground": "#000000",
    "card": "#ffffff",
    "card-foreground": "#000000",
    "popover": "#ffffff",
    "popover-foreground": "#000000",
    "primary": "#007aff",
    "primary-foreground": "#000000",
    "secondary": "#e5e5ea",
    "secondary-foreground": "#000000",
    "muted": "#f2f2f7",
    "muted-foreground": "#6c6c70",
    "accent": "#d9ebff",
    "accent-foreground": "#0040a0",
    "destructive": "#ff3b30",
    "destructive-foreground": "#000000",
    "border": "#d1d1d6",
    "input": "#e5e5ea",
    "ring": "#007aff",
    "success": "#34c759",
    "success-foreground": "#000000",
    "warning": "#ff9500",
    "warning-foreground": "#000000",
    "info": "#007aff",
    "info-foreground": "#000000",
    "sidebar": "#e9e9ee",
    "sidebar-foreground": "#000000",
    "sidebar-primary": "#007aff",
    "sidebar-primary-foreground": "#000000",
    "sidebar-accent": "#d9ebff",
    "sidebar-accent-foreground": "#0040a0",
    "sidebar-border": "#d1d1d6",
    "sidebar-ring": "#007aff"
  },
  "dark": {
    "background": "#000000",
    "foreground": "#ffffff",
    "card": "#1c1c1e",
    "card-foreground": "#ffffff",
    "popover": "#1c1c1e",
    "popover-foreground": "#ffffff",
    "primary": "#0a84ff",
    "primary-foreground": "#000000",
    "secondary": "#2c2c2e",
    "secondary-foreground": "#ffffff",
    "muted": "#1c1c1e",
    "muted-foreground": "#98989f",
    "accent": "#0a2d52",
    "accent-foreground": "#6cb6ff",
    "destructive": "#ff453a",
    "destructive-foreground": "#000000",
    "border": "#38383a",
    "input": "#2c2c2e",
    "ring": "#0a84ff",
    "success": "#30d158",
    "success-foreground": "#000000",
    "warning": "#ff9f0a",
    "warning-foreground": "#000000",
    "info": "#0a84ff",
    "info-foreground": "#000000",
    "sidebar": "#0a0a0a",
    "sidebar-foreground": "#ffffff",
    "sidebar-primary": "#0a84ff",
    "sidebar-primary-foreground": "#000000",
    "sidebar-accent": "#0a2d52",
    "sidebar-accent-foreground": "#6cb6ff",
    "sidebar-border": "#38383a",
    "sidebar-ring": "#0a84ff"
  },
  "shadow": "elevated",
  "fontImport": "https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap"
}
