{
  "color": {
    "@base": {
      "value": {
        "prefersContrast": "CanvasText",
        "nativeTheme": "currentColor",
        "light": "{color.violet-desaturated.90}",
        "dark": "{color.violet-desaturated.0}"
      }
    },
    "error": {
      "value": {
        "light": "{color.red.50}",
        "dark": "{color.red.20}",
        "prefersContrast": "inherit"
      }
    },
    "accent": {
      "primary": {
        "selected": {
          "value": {
            "forcedColors": "SelectedItemText",
            "brand": {
              "light": "{color.white.@base}",
              "dark": "{color.gray.55}"
            },
            "platform": {
              "default": "SelectedItemText"
            }
          }
        }
      }
    }
  }
}
