{
  "$schema": "../../themes.schema.json",
  "name": "Greda themes",
  "version": "0.8.0-experimental",
  "default": "clay",
  "requiredTokens": [
    "--gr-color-canvas",
    "--gr-color-surface",
    "--gr-color-surface-muted",
    "--gr-color-text",
    "--gr-color-text-muted",
    "--gr-color-text-subtle",
    "--gr-color-text-inverse",
    "--gr-color-border",
    "--gr-color-border-strong",
    "--gr-color-action",
    "--gr-color-action-hover",
    "--gr-color-accent",
    "--gr-color-accent-soft",
    "--gr-color-backdrop",
    "--gr-shadow-raised",
    "--gr-shadow-overlay"
  ],
  "themes": [
    {
      "id": "clay",
      "name": "Clay",
      "stylesheet": "./clay.css",
      "modes": ["light", "dark"],
      "status": "experimental"
    },
    {
      "id": "graphite",
      "name": "Graphite",
      "stylesheet": "./graphite.css",
      "modes": ["light", "dark"],
      "status": "experimental"
    }
  ]
}
