{
  "$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": {
      "vue-green": {
        "value": "#4FC08D",
        "type": "color",
        "description": "Primary brand color — the lighter top chevron of the Vue mark and the project's identity green.\n"
      },
      "vue-green-dark": {
        "value": "#42B883",
        "type": "color",
        "description": "Secondary brand green — the darker bottom chevron of the mark; also the hover state on Vue Green.\n"
      },
      "vue-navy": {
        "value": "#35495E",
        "type": "color",
        "description": "Companion dark color — used as body text on light surfaces and as the dark-mode canvas anchor.\n"
      },
      "vue-navy-light": {
        "value": "#476582",
        "type": "color",
        "description": "Lighter navy used for secondary text and dividers."
      },
      "vue-black": {
        "value": "#1A1A1A",
        "type": "color",
        "description": "Deep canvas for dark-mode page background."
      },
      "vue-charcoal": {
        "value": "#242424",
        "type": "color",
        "description": "Elevated dark surface."
      },
      "vue-gray": {
        "value": "#7E7E7E",
        "type": "color",
        "description": "Mid neutral."
      },
      "vue-light-gray": {
        "value": "#D5D5D5",
        "type": "color",
        "description": "Hairline borders."
      },
      "vue-off-white": {
        "value": "#F6F6F7",
        "type": "color",
        "description": "Subtle layered surface."
      },
      "vue-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas in light mode."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "Source Code Pro",
        "type": "fontFamilies",
        "description": "source-code-pro@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.vue-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.vue-off-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.vue-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.vue-navy}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.vue-navy-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.vue-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.vue-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.vue-green-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.vue-navy}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.vue-navy-light}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.vue-green-dark}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.vue-green}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.vue-green-dark}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.vue-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.vue-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.vue-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.vue-navy}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.vue-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.vue-light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.vue-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.vue-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.vue-green-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.vue-navy-light}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.vue-light-gray}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.vue-green-dark}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.vue-green}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.vue-green-dark}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.vue-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.vue-green}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.vue-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.vue-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.vue-green-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.vue-navy}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.vue-navy-light}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.vue-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.vue-off-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.vue-navy}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.vue-navy-light}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Vue.js",
    "ref": "vuejs@1.0.0",
    "paletteRef": "vuejs@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
