{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "One Dark Classic Atom",
  "author": "Eden Caldas",
  "themes": [
    {
      "name": "One Dark Classic Atom",
      "appearance": "dark",
      "style": {
        "border": "#181a1fff",
        "border.variant": "#21252bff",
        "border.focused": "#528bffff",
        "border.selected": "#3d4350ff",
        "border.transparent": "#00000000",
        "border.disabled": "#414754ff",
        "background": "#21252bff",
        "surface.background": "#282c34ff",
        "elevated_surface.background": "#282c34ff",
        "element.background": "#282c34ff",
        "element.hover": "#2c313aff",
        "element.active": "#3a3f4bff",
        "element.selected": "#3a3f4bff",
        "element.disabled": "#282c34ff",
        "drop_target.background": "#528bff4d",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#2c313aff",
        "ghost_element.active": "#3a3f4bff",
        "ghost_element.selected": "#3a3f4bff",
        "ghost_element.disabled": "#282c34ff",
        "text": "#abb2bfff",
        "text.muted": "#ABB2BF",
        "text.placeholder": "#5c6370ff",
        "text.disabled": "#5c6370ff",
        "text.accent": "#528bffff",
        "icon": "#abb2bfff",
        "icon.muted": "#5c6370ff",
        "icon.disabled": "#5c6370ff",
        "icon.placeholder": "#5c6370ff",
        "icon.accent": "#528bffff",
        "status_bar.background": "#21252bff",
        "title_bar.background": "#21252bff",
        "title_bar.inactive_background": "#282c34ff",
        "toolbar.background": "#21252bff",
        "tab_bar.background": "#21252bff",
        "tab.inactive_background": "#21252bff",
        "tab.active_background": "#323842ff",
        "search.match_background": "#528bff4d",
        "panel.background": "#21252bff",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar.thumb.background": "#ffffff33",
        "scrollbar.thumb.hover_background": "#ffffff44",
        "scrollbar.thumb.border": "#2c313aff",
        "scrollbar.track.background": "#00000000",
        "scrollbar.track.border": "#21252bff",
        "editor.foreground": "#abb2bfff",
        "editor.background": "#282c34ff",
        "editor.gutter.background": "#282c34ff",
        "editor.subheader.background": "#21252bff",
        "editor.active_line.background": "#0000001a",
        "editor.highlighted_line.background": "#2c313aff",
        "editor.line_number": "#495162ff",
        "editor.active_line_number": "#c8c8c8ff",
        "editor.invisible": "#5c6370ff",
        "editor.wrap_guide": "#5c637033",
        "editor.active_wrap_guide": "#5c637066",
        "editor.document_highlight.read_background": "#528bff1a",
        "editor.document_highlight.write_background": "#3a3f4b66",
        "terminal.background": "#282c34ff",
        "terminal.foreground": "#abb2bfff",
        "terminal.bright_foreground": "#abb2bfff",
        "terminal.dim_foreground": "#282c34ff",
        "terminal.ansi.black": "#282c34ff",
        "terminal.ansi.bright_black": "#5c6370ff",
        "terminal.ansi.red": "#e06c75ff",
        "terminal.ansi.bright_red": "#be5046ff",
        "terminal.ansi.green": "#98c379ff",
        "terminal.ansi.bright_green": "#7a9f60ff",
        "terminal.ansi.yellow": "#e5c07bff",
        "terminal.ansi.bright_yellow": "#d19a66ff",
        "terminal.ansi.blue": "#61afefff",
        "terminal.ansi.bright_blue": "#528bffff",
        "terminal.ansi.magenta": "#c678ddff",
        "terminal.ansi.bright_magenta": "#b57edeff",
        "terminal.ansi.cyan": "#56b6c2ff",
        "terminal.ansi.bright_cyan": "#3a9ca8ff",
        "terminal.ansi.white": "#abb2bfff",
        "terminal.ansi.bright_white": "#ffffffff",
        "players": [
          {
            "cursor": "#61afefff",
            "background": "#61afefff",
            "selection": "#3E4451"
          },
          {
            "cursor": "#c678ddff",
            "background": "#c678ddff",
            "selection": "#c678dd3d"
          },
          {
            "cursor": "#e5c07bff",
            "background": "#e5c07bff",
            "selection": "#e5c07b3d"
          },
          {
            "cursor": "#98c379ff",
            "background": "#98c379ff",
            "selection": "#98c3793d"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#61afefff",
            "font_style": null,
            "font_weight": null
          },
          "boolean": {
            "color": "#d19a66ff",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#5c6370ff",
            "font_style": "italic",
            "font_weight": null
          },
          "comment.doc": {
            "color": "#5c6370ff",
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#d19a66ff",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#61afefff",
            "font_style": null,
            "font_weight": null
          },
          "embedded": {
            "color": "#abb2bfff",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#61afefff",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#c678ddff",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#d19a66ff",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#56b6c2ff",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#e06c75ff",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#abb2bfff",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#98c379ff",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#56b6c2ff",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#98c379ff",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#d19a66ff",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#e06c75ff",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#56b6c2ff",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#e06c75ff",
            "font_style": null,
            "font_weight": null
          }
        }
      }
    }
  ],
  "id": "knzdfpUBf52OIeKfupppo"
}