{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "Clarity",
  "author": "cce",
  "themes": [
    {
      "name": "Clarity Dark",
      "appearance": "dark",
      "style": {
        "background": "#000000ff",
        "surface.background": "#000000ff",
        "editor.background": "#000000ff",
        "editor.gutter.background": "#000000ff",
        "editor.foreground": "#ffffffff",
        "text": "#ffffffff",
        "text.accent": "#00ffffff",
        "border": "#ffffffff",
        "cursor": "#ffff00ff",
        "editor.active_line.background": "#202020ff",
        "editor.selection.background": "#0000ff66",
        "search.match_background": "#556b2f66",
        "editor.matching_bracket.background": "#40e0d066",
        "players": [
          {
            "cursor": "#ffff00ff",
            "background": "#ffff00ff",
            "selection": "#ffff003d"
          }
        ],
        "syntax": {
          "keyword": {
            "color": "#00ffffff"
          },
          "comment": {
            "color": "#ff4500ff"
          },
          "comment.doc": {
            "color": "#ffa07aff"
          },
          "string": {
            "color": "#ffa07aff"
          },
          "constant": {
            "color": "#7fffd4ff"
          },
          "number": {
            "color": "#7fffd4ff"
          },
          "boolean": {
            "color": "#7fffd4ff"
          },
          "function": {
            "color": "#87cefaff"
          },
          "type": {
            "color": "#98fb98ff"
          },
          "variable": {
            "color": "#eedc82ff"
          },
          "attribute": {
            "color": "#b0c4deff"
          },
          "operator": {
            "color": "#00ffffff"
          },
          "punctuation": {
            "color": "#ffffffff"
          },
          "title": {
            "color": "#87cefaff"
          },
          "warning": {
            "color": "#ffc0cbff",
            "font_weight": 700
          }
        }
      }
    }
  ],
  "id": "dVWwZ3ZYKmGOfqGFCJ6t-"
}