Many popular editors like IntelliJ and Zed come with beautifully crafted default color themes. However, I struggled to find a dark theme for VS Code that matched such quality.
This theme is a fork of Zed One Dark, which is inspired by the default dark theme of the Zed editor. My version focuses on enhancing React JSX syntax highlighting and adjusts several colors to align more closely with the original Zed theme. While it doesn't replicate the Zed theme entirely—due to inherent differences between VS Code and Zed—I hope it brings a visually pleasing alternative for VS Code users.
To install this theme:
- Open the Extensions view in VS Code (
Ctrl + Shift + X
orCmd + Shift + X
on macOS). - Search for
Zed Editor Dark Theme
. - Click
Install
to install the theme. - Open the Command Palette (
Ctrl + Shift + P
orCmd + Shift + P
on macOS) and typeColor Theme
, then selectZed Editor Dark Theme
.
This theme is licensed under the MIT License.