{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "Visual Studio Classic Blue",
  "author": "rsal00",
  "themes": [
    {
      "name": "Visual Studio Classic Blue",
      "appearance": "light",
      "style": {
        "background": "#ffffff",
        "text": "#000000",
        "text.muted": "#2E2F4F",
        "editor.background": "#ffffff",
        "editor.foreground": "#000000",
        "editor.active_line.background": "#dbeaff",
        "editor.line_number": "#008318",
        "editor.active_line_number": "#000080",
        "editor.gutter.background": "#f0f0f0",
        "status_bar.background": "#66718E",
        "title_bar.background": "#66718E",
        "tab_bar.background": "#66718E",
        "tab.active_background": "#ffc862",
        "tab.inactive_background": "#e7e7e7",
        "panel.background": "#66718E",
        "panel.focused_border": "#ffffff",
        "toolbar.background": "#ffc862",
        "terminal.background": "#000000",
        "border": "#000000",
        "modified": "#ffc862",
        "syntax": {
          "keyword": {
            "color": "#0000ff"
          },
          "comment": {
            "color": "#42785a",
            "font_style": "italic"
          },
          "string": {
            "color": "#a31515"
          },
          "number": {
            "color": "#098658"
          },
          "function": {
            "color": "#000080"
          },
          "type": {
            "color": "#2b91af"
          },
          "variable": {
            "color": "#000000"
          },
          "constant.builtin": {
            "color": "#0000ff"
          },
          "punctuation": {
            "color": "#000000"
          },
          "attribute": {
            "color": "#ff0000"
          }
        },
        "terminal.ansi.black": "#000000",
        "terminal.ansi.blue": "#4e7aff",
        "terminal.ansi.bright_black": "#859289",
        "terminal.ansi.bright_blue": "#7fbbb3",
        "terminal.ansi.bright_cyan": "#83c092",
        "terminal.ansi.bright_green": "#a7c080",
        "terminal.ansi.bright_magenta": "#d699b6",
        "terminal.ansi.bright_red": "#e67e80",
        "terminal.ansi.bright_white": "#d3c6aa",
        "terminal.ansi.bright_yellow": "#dbbc7f",
        "terminal.ansi.cyan": "#83c092",
        "terminal.ansi.green": "#00d107",
        "terminal.ansi.magenta": "#fffff",
        "terminal.ansi.red": "#e67e80",
        "terminal.ansi.white": "#d3c6aa",
        "terminal.ansi.yellow": "#dbbc7f",
        "terminal.foreground": "#ffffff",
        "background.appearance": "opaque"
      }
    }
  ],
  "id": "DT8MeaRBDHtAB_yrTd5hD"
}