{
  "$description": "Dark mode semantic color overrides. Source: Patina globals.css .dark block. Only tokens that differ from light mode are listed.",
  "color": {
    "semantic": {
      "background": {
        "$value": "{color.neutral.950}",
        "$type": "color"
      },
      "foreground": {
        "$value": "{color.neutral.50}",
        "$type": "color"
      },
      "card": {
        "$value": "{color.neutral.900}",
        "$type": "color"
      },
      "card-foreground": {
        "$value": "{color.neutral.50}",
        "$type": "color"
      },
      "popover": {
        "$value": "{color.neutral.900}",
        "$type": "color"
      },
      "popover-foreground": {
        "$value": "{color.neutral.50}",
        "$type": "color"
      },
      "primary": {
        "$value": "{color.neutral.200}",
        "$type": "color",
        "$description": "Inverted — light gray as primary in dark mode"
      },
      "primary-foreground": {
        "$value": "{color.neutral.900}",
        "$type": "color"
      },
      "secondary": {
        "$value": "{color.neutral.800}",
        "$type": "color"
      },
      "secondary-foreground": {
        "$value": "{color.neutral.50}",
        "$type": "color"
      },
      "muted": {
        "$value": "{color.neutral.800}",
        "$type": "color"
      },
      "muted-foreground": {
        "$value": "{color.neutral.400}",
        "$type": "color"
      },
      "accent": {
        "$value": "{color.neutral.800}",
        "$type": "color"
      },
      "accent-foreground": {
        "$value": "{color.neutral.50}",
        "$type": "color"
      },
      "destructive": {
        "$value": "{color.status.destructive-dark}",
        "$type": "color"
      },
      "border": {
        "$value": "oklch(1 0 0 / 10%)",
        "$type": "color",
        "$description": "Semi-transparent white border in dark mode"
      },
      "input": {
        "$value": "oklch(1 0 0 / 15%)",
        "$type": "color",
        "$description": "Slightly more visible input borders in dark mode"
      },
      "ring": {
        "$value": "{color.neutral.500}",
        "$type": "color"
      },
      "sidebar-primary": {
        "$value": "{color.brand.pastel-red}",
        "$type": "color",
        "$description": "Same as light — pastel-red for sidebar active"
      }
    }
  }
}
