jankohlbach / the-best-theme

The one and only VS Code Theme
23 stars 0 forks source link

Zed Support? #10

Open Nidal-Bakir opened 2 weeks ago

Nidal-Bakir commented 2 weeks ago

Zed

Nidal-Bakir commented 2 weeks ago

Currently, this is the closest thing I have.

Note: make sure to use "One Dark Pro" as the base theme then override it in experimental.theme_overrides

Edit: 2024-08-27


{
  "ui_font_size": 15,
  "buffer_font_size": 13.5,
  "theme": {
    "mode": "system",
    "light": "One Light",
    "dark": "One Dark Pro"
  },
  "experimental.theme_overrides": {
    "editor.background": "#141a1f",
    "editor.foreground": "#cccccc",
    "scrollbar.thumb.border": "#141a1f",
    "terminal.background": "#141a1f",
    "scrollbar.track.border": "#141a1f",
    "scrollbar.thumb.background": "#2B3035",
    "tab_bar.background": "#141a1f",
    "editor.gutter.background": "#0000",
    "status_bar.background": "#141a1f",
    "hint.background": "#141a1f",
    "border": "#2b3035",
    "border.focused": "#2b3035",
    "border.disabled": "#2b3035",
    "border.variant": "#2b3035",
    "border.selected": "#2b3035",
    "tab.inactive_background": "#2B3035",
    "toolbar.background": "#141a1f",
    "title_bar.background": "#141a1f",
    "background": "#141a1f",
    "editor.active_line.background": "#19232d",
    "editor.line_number": "#66779966",
    "editor.active_line_number": "#5599ddaa",
    "element.hover": "#273541aa",
    "tab.active_background": "#141a1f",
    "surface.background": "#141a1f",
    "panel.background": "#141a1f",
    "syntax": {
      "comment": {
        "color": "#5974a5",
        "font_style": "italic"
      },
      "attribute": {
        "color": "#cc6be9"
      },
      "type": {
        "color": "#f0c36f"
      },
      "property": {
        "color": "#54b0fc"
      },
      "keyword": {
        "color": "#cc6be9"
      },
      "constant": {
        "color": "#e09956"
      },
      "variable": {
        "color": "#9faeca"
      },
      "string": {
        "color": "#95d16a"
      },
      "function": {
        "color": "#54b0fc"
      },
      "function.method": {
        "color": "#54b0fc"
      },
      "boolean": {
        "color": "#e09956"
      },
      "number": {
        "color": "#e09956"
      }
    }
  },
  "buffer_font_family": "JetBrains Mono",
  "ui_font_family": "JetBrains Mono",
  "current_line_highlight": "all",
  "autosave": {
    "after_delay": {
      "milliseconds": 500
    }
  },
  "preferred_line_length": 120,
  "soft_wrap": "none",
  "project_panel": {
    "button": true,
    "dock": "right",
    "folder_icons": false,
    "git_status": true,
    "auto_fold_dirs": false
  }
}
jankohlbach commented 2 weeks ago

Hey @Nidal-Bakir, I'm sorry, but really don't have the time to spend to convert or move this over to zed sadly. I initially even only made this for myself, don't ask me why this blew up a little 😂 I will leave this open though, maybe someone has the time or knows an easy way to use this for zed.

Nidal-Bakir commented 2 weeks ago

@jankohlbach LOL 😂 , Do not worry I will do a PR or something when I reach a one-to-one match with the vs-code theme