- 启发自vscode extension:yanfeixin.trae-themes
- Project inspired on
vscode extension : yanfeixin.trae-themes. - 使用AI进行格式转换.
- v0.0.1:大概对照颜色改了一下,效果可能还有问题
- Open
Command Palette - Select
zed: extensions - Search
Trae Theme
- Open
Command Palette - Select
theme selector: toggle - Search
Trae Dark BlueorTrae Dark Modern
- 字体文件在fonts文件夹JetBrainsMono
// 设置字体
"buffer_font_family": "JetBrains Mono NL",
"ui_font_family": "JetBrains Mono NL"Feel free to fork, make changes, and submit a pull request.
- Update the version in
extension.toml - Commit and push your changes (make sure to push the built files in
themes/as well) - Follow the Zed publishing docs to publish the extension