{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "Railscasts Fans",
  "author": "Sam Oliver",
  "themes": [
    {
      "name": "Railscasts Fans",
      "appearance": "dark",
      "style": {
        "background.appearance": "opaque",
        "accents": [],
        "border": null,
        "border.variant": null,
        "border.focused": null,
        "border.selected": null,
        "border.transparent": null,
        "border.disabled": null,
        "elevated_surface.background": null,
        "surface.background": null,
        "background": "#2B2B2B",
        "element.background": null,
        "element.hover": null,
        "element.active": null,
        "element.selected": null,
        "element.disabled": null,
        "drop_target.background": null,
        "ghost_element.background": null,
        "ghost_element.hover": null,
        "ghost_element.active": null,
        "ghost_element.selected": null,
        "ghost_element.disabled": null,
        "text": null,
        "text.muted": null,
        "text.placeholder": null,
        "text.disabled": null,
        "text.accent": null,
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": null,
        "title_bar.background": null,
        "title_bar.inactive_background": null,
        "toolbar.background": "#2B2B2B",
        "tab_bar.background": null,
        "tab.inactive_background": null,
        "tab.active_background": null,
        "search.match_background": "#3A4150",
        "panel.background": null,
        "panel.focused_border": null,
        "pane.focused_border": null,
        "pane_group.border": null,
        "scrollbar.thumb.background": null,
        "scrollbar.thumb.hover_background": null,
        "scrollbar.thumb.border": null,
        "scrollbar.track.background": "#2B2B2B",
        "scrollbar.track.border": null,
        "editor.foreground": "#E6E1DC",
        "editor.background": "#282828",
        "editor.gutter.background": "#2B2B2B",
        "editor.subheader.background": null,
        "editor.active_line.background": "#333435",
        "editor.highlighted_line.background": null,
        "editor.line_number": null,
        "editor.active_line_number": "#E6E1DC",
        "editor.invisible": null,
        "editor.wrap_guide": null,
        "editor.active_wrap_guide": null,
        "editor.indent_guide": null,
        "editor.indent_guide_active": null,
        "editor.document_highlight.read_background": null,
        "editor.document_highlight.write_background": null,
        "editor.document_highlight.bracket_background": null,
        "terminal.background": null,
        "terminal.foreground": null,
        "terminal.ansi.background": null,
        "terminal.bright_foreground": null,
        "terminal.dim_foreground": null,
        "terminal.ansi.black": null,
        "terminal.ansi.bright_black": null,
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": null,
        "terminal.ansi.bright_red": null,
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": null,
        "terminal.ansi.bright_green": null,
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": null,
        "terminal.ansi.bright_yellow": null,
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": null,
        "terminal.ansi.bright_blue": null,
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": null,
        "terminal.ansi.bright_magenta": null,
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": null,
        "terminal.ansi.bright_cyan": null,
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": null,
        "terminal.ansi.bright_white": null,
        "terminal.ansi.dim_white": null,
        "link_text.hover": null,
        "conflict": null,
        "conflict.background": null,
        "conflict.border": null,
        "created": "#ABC16D",
        "created.background": null,
        "created.border": null,
        "deleted": null,
        "deleted.background": null,
        "deleted.border": null,
        "error": null,
        "error.background": null,
        "error.border": null,
        "hidden": null,
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696ff",
        "hint.background": null,
        "hint.border": null,
        "ignored": null,
        "ignored.background": null,
        "ignored.border": null,
        "info": null,
        "info.background": null,
        "info.border": null,
        "modified": "#FFC66D",
        "modified.background": null,
        "modified.border": null,
        "predictive": null,
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": null,
        "renamed.border": null,
        "success": null,
        "success.background": null,
        "success.border": null,
        "unreachable": null,
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": null,
        "warning.background": null,
        "warning.border": null,
        "players": [
          {
            "cursor": "#5ac1feff",
            "background": "#5ac1feff",
            "selection": "#3A4150"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#ffc56d",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#B38853",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#B38853",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#FFFFFF",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#DA4939",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#E6E0DB",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#cb7832",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#FFC66D",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#F9F7F3",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#E6E0DB",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#9ABA5D",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#9ABA5D",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#9ABA5D",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": null,
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#6c9cbd",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#DA4939",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#9ABA5D",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#FFFFFF",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#E6E0DB",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#d0cffe",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "function.special.definition": {
            "color": null,
            "font_style": null,
            "font_weight": null
          },
          "function.method": {
            "color": "#ffc56d",
            "font_style": null,
            "font_weight": null
          },
          "variant": {
            "color": null,
            "font_style": null,
            "font_weight": null
          }
        }
      }
    },
    {
      "name": "Railscasts Renewed",
      "appearance": "dark",
      "style": {
        "background.appearance": "opaque",
        "accents": [],
        "border": null,
        "border.variant": null,
        "border.focused": null,
        "border.selected": null,
        "border.transparent": null,
        "border.disabled": null,
        "elevated_surface.background": null,
        "surface.background": null,
        "background": "#2B2B2B",
        "element.background": null,
        "element.hover": null,
        "element.active": null,
        "element.selected": null,
        "element.disabled": null,
        "drop_target.background": null,
        "ghost_element.background": null,
        "ghost_element.hover": null,
        "ghost_element.active": null,
        "ghost_element.selected": null,
        "ghost_element.disabled": null,
        "text": null,
        "text.muted": null,
        "text.placeholder": null,
        "text.disabled": null,
        "text.accent": null,
        "icon": null,
        "icon.muted": null,
        "icon.disabled": null,
        "icon.placeholder": null,
        "icon.accent": null,
        "status_bar.background": null,
        "title_bar.background": null,
        "title_bar.inactive_background": null,
        "toolbar.background": "#2B2B2B",
        "tab_bar.background": null,
        "tab.inactive_background": null,
        "tab.active_background": null,
        "search.match_background": "#3A4150",
        "panel.background": null,
        "panel.focused_border": null,
        "pane.focused_border": null,
        "pane_group.border": null,
        "scrollbar.thumb.background": null,
        "scrollbar.thumb.hover_background": null,
        "scrollbar.thumb.border": null,
        "scrollbar.track.background": "#2B2B2B",
        "scrollbar.track.border": null,
        "editor.foreground": "#E6E1DC",
        "editor.background": "#282828",
        "editor.gutter.background": "#2B2B2B",
        "editor.subheader.background": null,
        "editor.active_line.background": "#333435",
        "editor.highlighted_line.background": null,
        "editor.line_number": null,
        "editor.active_line_number": "#E6E1DC",
        "editor.invisible": null,
        "editor.wrap_guide": null,
        "editor.active_wrap_guide": null,
        "editor.indent_guide": null,
        "editor.indent_guide_active": null,
        "editor.document_highlight.read_background": null,
        "editor.document_highlight.write_background": null,
        "editor.document_highlight.bracket_background": null,
        "terminal.background": null,
        "terminal.foreground": null,
        "terminal.ansi.background": null,
        "terminal.bright_foreground": null,
        "terminal.dim_foreground": null,
        "terminal.ansi.black": null,
        "terminal.ansi.bright_black": null,
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": null,
        "terminal.ansi.bright_red": null,
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": null,
        "terminal.ansi.bright_green": null,
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": null,
        "terminal.ansi.bright_yellow": null,
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": null,
        "terminal.ansi.bright_blue": null,
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": null,
        "terminal.ansi.bright_magenta": null,
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": null,
        "terminal.ansi.bright_cyan": null,
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": null,
        "terminal.ansi.bright_white": null,
        "terminal.ansi.dim_white": null,
        "link_text.hover": null,
        "conflict": null,
        "conflict.background": null,
        "conflict.border": null,
        "created": "#ABC16D",
        "created.background": null,
        "created.border": null,
        "deleted": null,
        "deleted.background": null,
        "deleted.border": null,
        "error": null,
        "error.background": null,
        "error.border": null,
        "hidden": null,
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#969696ff",
        "hint.background": null,
        "hint.border": null,
        "ignored": null,
        "ignored.background": null,
        "ignored.border": null,
        "info": null,
        "info.background": null,
        "info.border": null,
        "modified": "#FFC66D",
        "modified.background": null,
        "modified.border": null,
        "predictive": null,
        "predictive.background": null,
        "predictive.border": null,
        "renamed": null,
        "renamed.background": null,
        "renamed.border": null,
        "success": null,
        "success.background": null,
        "success.border": null,
        "unreachable": null,
        "unreachable.background": null,
        "unreachable.border": null,
        "warning": null,
        "warning.background": null,
        "warning.border": null,
        "players": [
          {
            "cursor": "#5ac1feff",
            "background": "#5ac1feff",
            "selection": "#3A4150"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#FFC66D",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#BC9458",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "comment.doc": {
            "color": "#BC9458",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "constant": {
            "color": "#FFC66D",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#DA4939",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#6D9CBE",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#CC7833",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#FFC66D",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#F9F7F3",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#F9F7F3",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#A5C261",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#A5C261",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#A5C261",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#6D9CBE",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#6D9CBE",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#DA4939",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#A5C261",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#FFC66D",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#DA4939",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#FFC66D",
            "background_color": null,
            "font_style": null,
            "font_weight": null
          }
        }
      }
    }
  ],
  "id": "xR4aSKEaYLrChgvUtXBFm"
}