{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "Primary School",
  "author": "zipang",
  "themes": [
    {
      "name": "Primary School Light",
      "appearance": "light",
      "style": {
        "background": "#ffffff",
        "background.appearance": "opaque",
        "border": "#dddddd",
        "elevated_surface.background": "#ffffff",
        "editor.background": "#ffffff",
        "editor.line_number": "#1db0dd",
        "editor.active_line_number": "#0b216f",
        "editor.document_highlight.bracket_background": "#00640044",
        "title_bar.background": "#ffffff",
        "title_bar.inactive_background": "#ffffff",
        "tab.active_background": "#ffffff",
        "tab.inactive_background": "#f3f3f3",
        "tab_bar.background": "#f3f3f3",
        "toolbar.background": "#ffffff",
        "status_bar.background": "#f3f3f3",
        "pane.focused_border": "#f00",
        "pane_group.border": "#dddddd",
        "panel.background": "#f3f3f3",
        "panel.indent_guide": "#00000000",
        "panel.indent_guide_active": "#616161",
        "panel.indent_guide_hover": "#e4e6f1",
        "scrollbar.thumb.background": "#c1c1c1",
        "scrollbar.thumb.hover_background": "#929292",
        "scrollbar.thumb.active_background": "#929292",
        "scrollbar.thumb.border": "#c1c1c1",
        "scrollbar.track.background": "#00000000",
        "scrollbar.track.border": "#c1c1c1",
        "text": "#0d0d0d",
        "text.muted": "#616161",
        "search.match_background": "#f8c9ab",
        "editor.invisible": "#00000078",
        "ignored": "#8e8e90",
        "created": "#007100",
        "modified": "#895503",
        "info": "#616161",
        "info.background": "#f3f3f3",
        "info.border": "#e7e7e7",
        "hint": "#616161",
        "hint.background": "#f3f3f3",
        "hint.border": "#e7e7e7",
        "warning": "#bf8803",
        "warning.background": "#f3f3f3",
        "warning.border": "#e7e7e7",
        "error": "#960d00",
        "error.background": "#f3f3f3",
        "error.border": "#e7e7e7",
        "players": [
          {
            "cursor": "#000000",
            "background": "#add6ff80",
            "selection": "#add6ff"
          },
          {
            "cursor": "#984ea5ff",
            "background": "#984ea5ff",
            "selection": "#984ea53d"
          },
          {
            "cursor": "#ad6e26ff",
            "background": "#ad6e26ff",
            "selection": "#ad6e263d"
          },
          {
            "cursor": "#a349abff",
            "background": "#a349abff",
            "selection": "#a349ab3d"
          },
          {
            "cursor": "#3a82b7ff",
            "background": "#3a82b7ff",
            "selection": "#3a82b73d"
          },
          {
            "cursor": "#d36151ff",
            "background": "#d36151ff",
            "selection": "#d361513d"
          },
          {
            "cursor": "#a48819ff",
            "background": "#dec184ff",
            "selection": "#dec1843d"
          },
          {
            "cursor": "#669f59ff",
            "background": "#669f59ff",
            "selection": "#669f593d"
          }
        ],
        "terminal.background": "#ffffff",
        "terminal.ansi.background": "#ffffff",
        "terminal.foreground": "#333333",
        "terminal.bright_foreground": "#000000",
        "terminal.dim_foreground": "#666666",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.red": "#cd3131",
        "terminal.ansi.green": "#107c10",
        "terminal.ansi.yellow": "#949800",
        "terminal.ansi.blue": "#0451a5",
        "terminal.ansi.magenta": "#bc05bc",
        "terminal.ansi.cyan": "#0598bc",
        "terminal.ansi.white": "#555555",
        "terminal.ansi.bright_black": "#666666",
        "terminal.ansi.bright_red": "#cd3131",
        "terminal.ansi.bright_green": "#14ce14",
        "terminal.ansi.bright_yellow": "#b5ba00",
        "terminal.ansi.bright_blue": "#0451a5",
        "terminal.ansi.bright_magenta": "#bc05bc",
        "terminal.ansi.bright_cyan": "#0598bc",
        "terminal.ansi.bright_white": "#a5a5a5",
        "syntax": {
          "attribute": {
            "color": "#905132",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#0085ff",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#008000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#00af00",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#0000FF",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#800000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#000000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#5c78e2ff",
            "font_style": null,
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#000080",
            "background_color": null,
            "font_style": null,
            "font_weight": 700
          },
          "function": {
            "color": "#795E26",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#5b5b5b",
            "background_color": null,
            "font_style": "italic",
            "font_weight": null
          },
          "link_text": {
            "color": "#5b79e3ff",
            "font_style": "italic",
            "font_weight": null
          },
          "link_uri": {
            "color": "#3882b7ff",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#af32db",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#000000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": "#0000FF",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#045ea8",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#800000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#007480",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#800000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#0451a5",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#00284d",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#ff581b",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#0000FF",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#ff00c7",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#A31515",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#A31515",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#83cd4a",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#A31515",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#d3604fff",
            "font_style": null,
            "font_weight": 400
          },
          "type": {
            "color": "#15b8e9",
            "background_color": null,
            "font_style": null,
            "font_weight": 600
          },
          "variable": {
            "color": "#045ea8",
            "background_color": null,
            "font_style": null,
            "font_weight": 400
          },
          "variable.special": {
            "color": null,
            "background_color": null,
            "font_style": "italic",
            "font_weight": null
          }
        },
        "editor.active_line.background": "#eaeaea"
      }
    },
    {
      "name": "Primary School",
      "appearance": "light",
      "style": {
        "background": "#ffffff",
        "background.appearance": "opaque",
        "border": "#dddddd",
        "elevated_surface.background": "#ffffff",
        "editor.background": "#ffffff",
        "editor.line_number": "#1db0dd",
        "editor.active_line_number": "#0b216f",
        "editor.document_highlight.bracket_background": "#00640044",
        "title_bar.background": "#ffffff",
        "title_bar.inactive_background": "#ffffff",
        "tab.active_background": "#ffffff",
        "tab.inactive_background": "#f3f3f3",
        "tab_bar.background": "#f3f3f3",
        "toolbar.background": "#ffffff",
        "status_bar.background": "#f3f3f3",
        "pane.focused_border": "#f00",
        "pane_group.border": "#dddddd",
        "panel.background": "#f3f3f3",
        "panel.indent_guide": "#00000000",
        "panel.indent_guide_active": "#616161",
        "panel.indent_guide_hover": "#e4e6f1",
        "scrollbar.thumb.background": "#c1c1c1",
        "scrollbar.thumb.hover_background": "#929292",
        "scrollbar.thumb.active_background": "#929292",
        "scrollbar.thumb.border": "#c1c1c1",
        "scrollbar.track.background": "#00000000",
        "scrollbar.track.border": "#c1c1c1",
        "text": "#0d0d0d",
        "text.muted": "#616161",
        "search.match_background": "#f8c9ab",
        "editor.invisible": "#00000078",
        "ignored": "#8e8e90",
        "created": "#007100",
        "modified": "#895503",
        "info": "#616161",
        "info.background": "#f3f3f3",
        "info.border": "#e7e7e7",
        "hint": "#616161",
        "hint.background": "#f3f3f3",
        "hint.border": "#e7e7e7",
        "warning": "#bf8803",
        "warning.background": "#f3f3f3",
        "warning.border": "#e7e7e7",
        "error": "#960d00",
        "error.background": "#f3f3f3",
        "error.border": "#e7e7e7",
        "players": [
          {
            "cursor": "#000000",
            "background": "#add6ff80",
            "selection": "#add6ff"
          },
          {
            "cursor": "#984ea5ff",
            "background": "#984ea5ff",
            "selection": "#984ea53d"
          },
          {
            "cursor": "#ad6e26ff",
            "background": "#ad6e26ff",
            "selection": "#ad6e263d"
          },
          {
            "cursor": "#a349abff",
            "background": "#a349abff",
            "selection": "#a349ab3d"
          },
          {
            "cursor": "#3a82b7ff",
            "background": "#3a82b7ff",
            "selection": "#3a82b73d"
          },
          {
            "cursor": "#d36151ff",
            "background": "#d36151ff",
            "selection": "#d361513d"
          },
          {
            "cursor": "#a48819ff",
            "background": "#dec184ff",
            "selection": "#dec1843d"
          },
          {
            "cursor": "#669f59ff",
            "background": "#669f59ff",
            "selection": "#669f593d"
          }
        ],
        "terminal.background": "#ffffff",
        "terminal.ansi.background": "#ffffff",
        "terminal.foreground": "#333333",
        "terminal.bright_foreground": "#000000",
        "terminal.dim_foreground": "#666666",
        "terminal.ansi.black": "#000000",
        "terminal.ansi.red": "#cd3131",
        "terminal.ansi.green": "#107c10",
        "terminal.ansi.yellow": "#949800",
        "terminal.ansi.blue": "#0451a5",
        "terminal.ansi.magenta": "#bc05bc",
        "terminal.ansi.cyan": "#0598bc",
        "terminal.ansi.white": "#555555",
        "terminal.ansi.bright_black": "#666666",
        "terminal.ansi.bright_red": "#cd3131",
        "terminal.ansi.bright_green": "#14ce14",
        "terminal.ansi.bright_yellow": "#b5ba00",
        "terminal.ansi.bright_blue": "#0451a5",
        "terminal.ansi.bright_magenta": "#bc05bc",
        "terminal.ansi.bright_cyan": "#0598bc",
        "terminal.ansi.bright_white": "#a5a5a5",
        "syntax": {
          "attribute": {
            "color": "#905132",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#0085ff",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#008000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#00af00",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#0000FF",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#800000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#000000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "emphasis": {
            "color": "#5c78e2ff",
            "font_style": null,
            "font_weight": null
          },
          "emphasis.strong": {
            "color": "#000080",
            "background_color": null,
            "font_style": null,
            "font_weight": 700
          },
          "function": {
            "color": "#795E26",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#5b5b5b",
            "background_color": null,
            "font_style": "italic",
            "font_weight": null
          },
          "link_text": {
            "color": "#5b79e3ff",
            "font_style": "italic",
            "font_weight": null
          },
          "link_uri": {
            "color": "#3882b7ff",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#af32db",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#000000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": "#0000FF",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#045ea8",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#800000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#007480",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#800000",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#0451a5",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#00284d",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#ff581b",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#0000FF",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#ff00c7",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#A31515",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#A31515",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#83cd4a",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#A31515",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#d3604fff",
            "font_style": null,
            "font_weight": 400
          },
          "type": {
            "color": "#15b8e9",
            "background_color": null,
            "font_style": null,
            "font_weight": 600
          },
          "variable": {
            "color": "#045ea8",
            "background_color": null,
            "font_style": null,
            "font_weight": 400
          },
          "variable.special": {
            "color": null,
            "background_color": null,
            "font_style": "italic",
            "font_weight": null
          }
        },
        "editor.active_line.background": "#eaeaea",
        "editor.gutter.background": "#0000001a"
      }
    }
  ],
  "id": "HOjjuijHO3j4xAkQnd2vP"
}