Skip to content

Zed

My setup of Zed:

  • Theme:

    • Light: Catppuccin Latte (install within Zed)
    • Dark: Dracula Solid
  • Settings in ~/.config/zed/settings.json (accessible with zed: open settings)

    {
    "theme": "Dracula Pro",
    "telemetry": {
    "diagnostics": true,
    "metrics": false
    },
    "ui_font_size": 15,
    "buffer_font_size": 15,
    "terminal": {
    "font_size": 13
    }
    }