Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Zed #394

Open
ivanbanov opened this issue Feb 23, 2024 · 3 comments
Open

Support Zed #394

ivanbanov opened this issue Feb 23, 2024 · 3 comments

Comments

@ivanbanov
Copy link

I've been using MonokaiPro in every editor that I've had as my go-to for coding, from Sublime to VSCode, and now moving to Zed. It would be incredibly nice to have support for it as well. I'd pay without a second thought, just like I did for the other editors.

@nhducit
Copy link

nhducit commented Mar 16, 2024

I used the Zed theme_importer tool to create the Monokai Pro Zed theme. It would be great to have official support for
it https://zed.dev/blog/user-themes-now-in-preview

copy this JSON into ~/.config/zed/themes folder

{
  "$schema": "https://zed.dev/schema/themes/v0.1.0.json",
  "name": "MonoKai Pro (Filter Ristretto)",
  "author": "Joshua Azemoh (azemoh), converted by Eric Moyer (epmoyer)",
  "themes": [
    {
      "name": "Monokai Pro (Filter Ristretto)",
      "appearance": "dark",
      "style": {
        "border": "#2c2525",
        "border.variant": "#2c2525",
        "border.focused": "#72696a",
        "border.selected": "#2c2525",
        "border.transparent": "#2c2525",
        "border.disabled": "#2c2525",
        "elevated_surface.background": "#2c2525",
        "surface.background": "#403838",
        "background": "#2c2525",
        "element.background": "#403838",
        "element.hover": "#fff1f30c",
        "element.active": null,
        "element.selected": "#fff1f30c",
        "element.disabled": null,
        "drop_target.background": "#211c1cbf",
        "ghost_element.background": null,
        "ghost_element.hover": "#fff1f30c",
        "ghost_element.active": null,
        "ghost_element.selected": "#fff1f30c",
        "ghost_element.disabled": null,
        "text": "#fff1f3",
        "text.muted": "#948a8b",
        "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": "#211c1c",
        "title_bar.background": "#211c1c",
        "toolbar.background": "#2c2525",
        "tab_bar.background": "#2c2525",
        "tab.inactive_background": "#2c2525",
        "tab.active_background": "#2c2525",
        "search.match_background": null,
        "panel.background": "#403838",
        "panel.focused_border": null,
        "pane.focused_border": null,
        "scrollbar.thumb.background": "#c3b7b826",
        "scrollbar.thumb.hover_background": "#fff1f326",
        "scrollbar.thumb.border": "#c3b7b826",
        "scrollbar.track.background": "#2c2525",
        "scrollbar.track.border": "#2c2525",
        "editor.foreground": "#fff1f3",
        "editor.background": "#2c2525",
        "editor.gutter.background": "#2c2525",
        "editor.subheader.background": null,
        "editor.active_line.background": "#fff1f30c",
        "editor.highlighted_line.background": null,
        "editor.line_number": "#5b5353",
        "editor.active_line_number": "#fff1f3",
        "editor.invisible": null,
        "editor.wrap_guide": "#2c2525",
        "editor.active_wrap_guide": "#2c2525",
        "editor.document_highlight.read_background": null,
        "editor.document_highlight.write_background": null,
        "terminal.background": "#403838",
        "terminal.foreground": null,
        "terminal.bright_foreground": null,
        "terminal.dim_foreground": null,
        "terminal.ansi.black": "#403838",
        "terminal.ansi.bright_black": "#72696a",
        "terminal.ansi.dim_black": null,
        "terminal.ansi.red": "#fd6883",
        "terminal.ansi.bright_red": "#fd6883",
        "terminal.ansi.dim_red": null,
        "terminal.ansi.green": "#adda78",
        "terminal.ansi.bright_green": "#adda78",
        "terminal.ansi.dim_green": null,
        "terminal.ansi.yellow": "#f9cc6c",
        "terminal.ansi.bright_yellow": "#f9cc6c",
        "terminal.ansi.dim_yellow": null,
        "terminal.ansi.blue": "#f38d70",
        "terminal.ansi.bright_blue": "#f38d70",
        "terminal.ansi.dim_blue": null,
        "terminal.ansi.magenta": "#a8a9eb",
        "terminal.ansi.bright_magenta": "#a8a9eb",
        "terminal.ansi.dim_magenta": null,
        "terminal.ansi.cyan": "#85dacc",
        "terminal.ansi.bright_cyan": "#85dacc",
        "terminal.ansi.dim_cyan": null,
        "terminal.ansi.white": "#fff1f3",
        "terminal.ansi.bright_white": "#fff1f3",
        "terminal.ansi.dim_white": null,
        "link_text.hover": "#fff1f3",
        "conflict": "#f38d70",
        "conflict.background": null,
        "conflict.border": null,
        "created": "#adda78",
        "created.background": null,
        "created.border": null,
        "deleted": "#fd6883",
        "deleted.background": null,
        "deleted.border": null,
        "error": "#fd6883",
        "error.background": "#00000000",
        "error.border": "#00000000",
        "hidden": "#948a8b",
        "hidden.background": null,
        "hidden.border": null,
        "hint": "#948a8b",
        "hint.background": null,
        "hint.border": "#2c2525",
        "ignored": "#5b5353",
        "ignored.background": null,
        "ignored.border": null,
        "info": "#85dacc",
        "info.background": "#00000000",
        "info.border": "#2c2525",
        "modified": "#f38d70",
        "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": "#f38d70",
        "warning.background": "#00000000",
        "warning.border": "#00000000",
        "players": [],
        "syntax": {
          "attribute": {
            "color": "#85dacc",
            "font_style": "italic",
            "font_weight": null
          },
          "boolean": {
            "color": "#a8a9eb",
            "font_style": null,
            "font_weight": null
          },
          "comment": {
            "color": "#72696a",
            "font_style": "italic",
            "font_weight": null
          },
          "comment.doc": {
            "color": "#72696a",
            "font_style": "italic",
            "font_weight": null
          },
          "constant": {
            "color": "#a8a9eb",
            "font_style": null,
            "font_weight": null
          },
          "constructor": {
            "color": "#fd6883",
            "font_style": null,
            "font_weight": null
          },
          "function": {
            "color": "#adda78",
            "font_style": null,
            "font_weight": null
          },
          "keyword": {
            "color": "#fd6883",
            "font_style": null,
            "font_weight": null
          },
          "label": {
            "color": "#adda78",
            "font_style": null,
            "font_weight": null
          },
          "link_text": {
            "color": "#adda78",
            "font_style": null,
            "font_weight": null
          },
          "link_uri": {
            "color": "#adda78",
            "font_style": null,
            "font_weight": null
          },
          "number": {
            "color": "#a8a9eb",
            "font_style": null,
            "font_weight": null
          },
          "operator": {
            "color": "#fd6883",
            "font_style": null,
            "font_weight": null
          },
          "preproc": {
            "color": "#a8a9eb",
            "font_style": null,
            "font_weight": null
          },
          "property": {
            "color": "#fff1f3",
            "font_style": null,
            "font_weight": null
          },
          "punctuation": {
            "color": "#948a8b",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.bracket": {
            "color": "#948a8b",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.delimiter": {
            "color": "#948a8b",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.list_marker": {
            "color": "#948a8b",
            "font_style": null,
            "font_weight": null
          },
          "punctuation.special": {
            "color": "#948a8b",
            "font_style": null,
            "font_weight": null
          },
          "string": {
            "color": "#f9cc6c",
            "font_style": null,
            "font_weight": null
          },
          "string.escape": {
            "color": "#fff1f3",
            "font_style": null,
            "font_weight": null
          },
          "string.regex": {
            "color": "#f9cc6c",
            "font_style": null,
            "font_weight": null
          },
          "string.special": {
            "color": "#f38d70",
            "font_style": null,
            "font_weight": null
          },
          "string.special.symbol": {
            "color": "#f38d70",
            "font_style": null,
            "font_weight": null
          },
          "tag": {
            "color": "#fd6883",
            "font_style": null,
            "font_weight": null
          },
          "text.literal": {
            "color": "#f9cc6c",
            "font_style": null,
            "font_weight": null
          },
          "title": {
            "color": "#adda78",
            "font_style": null,
            "font_weight": null
          },
          "type": {
            "color": "#85dacc",
            "font_style": null,
            "font_weight": null
          },
          "variable": {
            "color": "#fff1f3",
            "font_style": null,
            "font_weight": null
          },
          "variable.special": {
            "color": "#c3b7b8",
            "font_style": "italic",
            "font_weight": null
          }
        }
      }
    }
  ]
}

@TCambre
Copy link

TCambre commented Apr 23, 2024

+1 for built in Monokai Pro -> Official Zed support

@emigdio821
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants