{
  "$schema": "https://zed.dev/schema/themes/v0.2.0.json",
  "name": "Rouge",
  "author": "jwstn",
  "themes": [
    {
      "name": "Rouge",
      "appearance": "dark",
      "style": {
        "background": "#172030",
        "border": "#1a2335",
        "border.variant": "#75809559",
        "border.focused": "#758095",
        "border.selected": "#c6797e",
        "border.transparent": "#00000000",
        "border.disabled": "#75809540",
        "elevated_surface.background": "#1f2a3f",
        "surface.background": "#172030",
        "element.background": "#172030",
        "element.hover": "#293a57",
        "element.active": "#c6797edf",
        "element.selected": "#c6797edf",
        "element.disabled": "#75809566",
        "drop_target.background": "#75809566",
        "ghost_element.background": "#00000000",
        "ghost_element.hover": "#293a574d",
        "ghost_element.active": "#c6797e",
        "ghost_element.selected": "#c6797edf",
        "ghost_element.disabled": "#75809540",
        "text": "#bbbbbb",
        "text.muted": "#a7acb9",
        "text.placeholder": "#808799",
        "text.disabled": "#64727d",
        "text.accent": "#c6797e",
        "icon": "#a7acb9",
        "icon.muted": "#64727d",
        "icon.disabled": "#64727d",
        "icon.placeholder": "#808799",
        "icon.accent": "#c6797e",
        "status_bar.background": "#172030",
        "title_bar.background": "#172030",
        "title_bar.inactive_background": "#1e283a",
        "toolbar.background": "#172030",
        "tab_bar.background": "#172030",
        "tab.inactive_background": "#172030",
        "tab.active_background": "#c6797edf",
        "panel.background": "#172030",
        "editor.background": "#172030",
        "editor.gutter.background": "#172030",
        "editor.subheader.background": "#172030",
        "editor.active_line.background": "#91d1bd10",
        "editor.highlighted_line.background": "#91d1bd10",
        "editor.line_number": "#758095",
        "editor.active_line_number": "#a4b4d1",
        "editor.invisible": "#91d1bd26",
        "editor.wrap_guide": "#75809580",
        "editor.active_wrap_guide": "#75809580",
        "editor.document_highlight.read_background": "#91d1bd26",
        "editor.document_highlight.write_background": "#91d1bd40",
        "terminal.background": "#172030",
        "terminal.foreground": "#242529ff",
        "link_text.hover": "#98b3cd",
        "conflict": "#eabe9a",
        "conflict.background": "#eabe9a26",
        "conflict.border": "#eabe9a80",
        "created": "#9bba9a",
        "created.background": "#9bba9a26",
        "created.border": "#9bba9a",
        "deleted": "#cc565e",
        "deleted.background": "#cc565e26",
        "deleted.border": "#cc565e",
        "error": "#cc565e",
        "error.background": "#cc565e26",
        "error.border": "#cc565e",
        "hidden": "#64727d",
        "hidden.background": "#172030",
        "hidden.border": "#75809559",
        "hint": "#6e94b9",
        "hint.background": "#6e94b926",
        "hint.border": "#6e94b999",
        "ignored": "#64727d",
        "ignored.background": "#172030",
        "ignored.border": "#75809559",
        "info": "#6e94b9",
        "info.background": "#6e94b926",
        "info.border": "#6e94b999",
        "modified": "#eabe9a",
        "modified.background": "#eabe9a26",
        "modified.border": "#eabe9a",
        "predictive": "#808799",
        "predictive.background": "#80879926",
        "predictive.border": "#808799",
        "renamed": "#6e94b9",
        "renamed.background": "#6e94b926",
        "renamed.border": "#6e94b9",
        "success": "#9bba9a",
        "success.background": "#9bba9a26",
        "success.border": "#9bba9a",
        "unreachable": "#64727d",
        "unreachable.background": "#172030",
        "unreachable.border": "#75809559",
        "warning": "#eabe9a",
        "warning.background": "#eabe9a26",
        "warning.border": "#eabe9adf",
        "players": [
          {
            "cursor": "#c6797e",
            "background": "#c6797e",
            "selection": "#91d1bd40"
          }
        ],
        "syntax": {
          "attribute": {
            "color": "#f7e3af",
            "font_style": "italic"
          },
          "boolean": {
            "color": "#eabe9a"
          },
          "comment": {
            "color": "#64727d",
            "font_style": "italic"
          },
          "comment.doc": {
            "color": "#64727d",
            "font_style": "italic"
          },
          "constant": {
            "color": "#eabe9a"
          },
          "constructor": {
            "color": "#f7e3af"
          },
          "embedded": {
            "color": "#bbbbbb"
          },
          "emphasis": {
            "font_style": "italic"
          },
          "emphasis.strong": {
            "font_weight": 700
          },
          "enum": {
            "color": "#f7e3af"
          },
          "function": {
            "color": "#f9b5ac"
          },
          "hint": {
            "color": "#6e94b9",
            "font_weight": 700
          },
          "keyword": {
            "color": "#b18bb1",
            "font_style": "italic"
          },
          "label": {
            "color": "#c6797e"
          },
          "link_text": {
            "color": "#7ea9a9",
            "font_style": null
          },
          "link_uri": {
            "color": "#7ea9a9"
          },
          "number": {
            "color": "#eabe9a"
          },
          "operator": {
            "color": "#d0d6b5"
          },
          "predictive": {
            "color": "#808799",
            "font_style": "italic"
          },
          "preproc": {
            "color": "#b18bb1"
          },
          "primary": {
            "color": "#bbbbbb"
          },
          "property": {
            "color": "#db6e8f"
          },
          "punctuation": {
            "color": "#d0d6b5"
          },
          "punctuation.bracket": {
            "color": "#d0d6b5"
          },
          "punctuation.delimiter": {
            "color": "#d0d6b5"
          },
          "punctuation.list_marker": {
            "color": "#db6e8f"
          },
          "punctuation.special": {
            "color": "#d0d6b5"
          },
          "string": {
            "color": "#a3b09a"
          },
          "string.escape": {
            "color": "#d0d6b5"
          },
          "string.regex": {
            "color": "#a3b09a"
          },
          "string.special": {
            "color": "#a3b09a"
          },
          "string.special.symbol": {
            "color": "#a3b09a"
          },
          "tag": {
            "color": "#db6e8f"
          },
          "text.literal": {
            "color": "#a3b09a"
          },
          "title": {
            "color": "#db6e8f",
            "font_weight": 700
          },
          "type": {
            "color": "#f7e3af"
          },
          "variable": {
            "color": "#c6878f"
          },
          "variable.special": {
            "color": "#db6e8f",
            "font_style": "italic"
          },
          "variant": {
            "color": "#f7e3af"
          }
        }
      }
    }
  ],
  "id": "Q4vVllUDQmSd1BhxUoyF5"
}