{
  "name": "Raycast",
  "id": "raycast",
  "sourceUrl": "https://raycast.com",
  "capturedAt": "2026-04-20T12:44:00.000Z",
  "color": {
    "colorBlack": {
      "$type": "color",
      "$value": "#080808",
      "$description": "App background.",
      "group": "surface"
    },
    "colorCard": {
      "$type": "color",
      "$value": "#171717",
      "$description": "Command card surface.",
      "group": "surface"
    },
    "colorText": {
      "$type": "color",
      "$value": "#f5f5f5",
      "$description": "Primary text.",
      "group": "neutral"
    },
    "colorMuted": {
      "$type": "color",
      "$value": "#8b8b8b",
      "$description": "Secondary labels.",
      "group": "neutral"
    },
    "colorRayRed": {
      "$type": "color",
      "$value": "#ff6363",
      "$description": "Action and selected state.",
      "group": "accent"
    }
  },
  "typography": {
    "fontInter": {
      "$type": "fontFamily",
      "$value": "Inter, ui-sans-serif, system-ui, sans-serif",
      "$description": "Single family for dense product UI, labels, tables, and command surfaces."
    }
  },
  "spacing": {
    "spacing4": {
      "$type": "dimension",
      "$value": "4px"
    },
    "spacing8": {
      "$type": "dimension",
      "$value": "8px"
    },
    "spacing12": {
      "$type": "dimension",
      "$value": "12px"
    },
    "spacing16": {
      "$type": "dimension",
      "$value": "16px"
    },
    "spacing24": {
      "$type": "dimension",
      "$value": "24px"
    },
    "spacing32": {
      "$type": "dimension",
      "$value": "32px"
    },
    "spacing48": {
      "$type": "dimension",
      "$value": "48px"
    },
    "spacing64": {
      "$type": "dimension",
      "$value": "64px"
    }
  },
  "radius": {
    "default": {
      "$type": "dimension",
      "$value": "8px"
    },
    "controls": {
      "$type": "dimension",
      "$value": "8px"
    },
    "panels": {
      "$type": "dimension",
      "$value": "10px"
    }
  },
  "shadow": {
    "shadowModal": {
      "$type": "shadow",
      "$value": "rgba(0,0,0,0.45) 0px 24px 64px"
    }
  }
}
