{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "black": {
        "value": "#000000",
        "type": "color",
        "description": "Pure black — primary background"
      },
      "surface": {
        "value": "#0d0f14",
        "type": "color",
        "description": "Near-black surface for cards and panels"
      },
      "surface-elevated": {
        "value": "#161a22",
        "type": "color",
        "description": "Slightly lighter surface for elevated components"
      },
      "border": {
        "value": "#1e2530",
        "type": "color",
        "description": "Subtle border on dark backgrounds"
      },
      "red": {
        "value": "#d41b2a",
        "type": "color",
        "description": "Crimson red — red team, offense, attack vectors"
      },
      "red-bright": {
        "value": "#f02233",
        "type": "color",
        "description": "Brighter red for hover and interactive states"
      },
      "red-muted": {
        "value": "#7a1018",
        "type": "color",
        "description": "Deep crimson for backgrounds and subtle indicators"
      },
      "blue": {
        "value": "#1b67e8",
        "type": "color",
        "description": "Electric blue — blue team, defense, monitoring"
      },
      "blue-bright": {
        "value": "#2e7af5",
        "type": "color",
        "description": "Brighter blue for hover and interactive states"
      },
      "blue-muted": {
        "value": "#0f3d8a",
        "type": "color",
        "description": "Deep blue for backgrounds and subtle indicators"
      },
      "violet": {
        "value": "#7c3aed",
        "type": "color",
        "description": "Violet — AI cognitive layer; the convergence of red and blue"
      },
      "violet-bright": {
        "value": "#9f5cf7",
        "type": "color",
        "description": "Brighter violet for hover states"
      },
      "white": {
        "value": "#ffffff",
        "type": "color",
        "description": "Pure white — primary text"
      },
      "gray-100": {
        "value": "#e6e8ee",
        "type": "color",
        "description": "Near-white — headings and high-emphasis text"
      },
      "gray-400": {
        "value": "#9ca3af",
        "type": "color",
        "description": "Mid-gray — secondary text and metadata"
      },
      "gray-600": {
        "value": "#4b5563",
        "type": "color",
        "description": "Dark gray — muted text and disabled states"
      },
      "success": {
        "value": "#16a34a",
        "type": "color",
        "description": "Green — engagement active, scan complete, finding resolved"
      },
      "warning": {
        "value": "#d97706",
        "type": "color",
        "description": "Amber — degraded device, expiring artifact, elevated risk"
      },
      "error": {
        "value": "#dc2626",
        "type": "color",
        "description": "Red error — distinct from brand red; critical system failure"
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Geist",
        "type": "fontFamilies",
        "description": "geist@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Geist",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-100}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.surface-elevated}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-400}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-bright}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red-bright}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.violet}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.border}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.surface-elevated}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-100}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-400}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-bright}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red-bright}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.violet}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.border}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-bright}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red-bright}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.violet}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.surface}",
        "type": "color"
      },
      "surface-elevated-dark": {
        "value": "{global.color.surface-elevated}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary-dark": {
        "value": "{global.color.gray-100}",
        "type": "color"
      },
      "text-tertiary-dark": {
        "value": "{global.color.gray-400}",
        "type": "color"
      },
      "border-dark": {
        "value": "{global.color.border}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Valkyre.ai",
    "ref": "valkyre-ai@1.0.0",
    "paletteRef": "valkyre-ai@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
