A pair of high-contrast, Svelte-branded themes for Zed inspired by the official Svelte documentation..
themes/Svelte-5-Theme-Dark.json
and/or themes/Svelte-5-Theme-Latte.json
into your Zed themes directory (usually ~/.config/zed/themes
).These themes pair well with the following Zed icon themes:
For the best experience with these themes, add the following to your settings.json file:
Add the following to your settings.json file:
"indent_guides": {
"enabled": true,
"line_width": 1,
"active_line_width": 2,
"background_coloring": "disabled"
},
This will enable orange-tinted alternating indent guides that complement the Svelte branding, similar to the code blocks on the Svelte documentation.