A custom dark VS Code theme inspired by Trae, featuring a sleek dark interface with improved syntax highlighting for better readability.
Screenshots
Screenshots
Installation
From VS Code Marketplace
Open VS Code.
Go to the Extensions view (Ctrl+Shift+X).
Search for "Trae dark (code)".
Click Install.
Manual Installation (from GitHub or VSIX)
Download the .vsix file from the Releases page (or build it yourself).
In VS Code, go to Extensions view > ... menu > Install from VSIX.
Select the .vsix file.
To build from source:
Clone the repo: git clone https://github.com/helloAmulya/traecodetheme.git
Install vsce: npm install -g vsce
Package: vsce package
Install the generated .vsix as above.
Usage
After installation, go to File > Preferences > Color Theme (or Ctrl+K Ctrl+T).
Select "Trae dark (code)".
Recommended Settings
To match the original setup (including font and line height), add these to your VS Code settings.json (File > Preferences > Settings > Open Settings (JSON)):