A dark color theme for VS Code inspired by the classic Mac coding application, CodeWarrior.
- Clone or download this repository
- Copy the extension folder to your VS Code extensions directory:
- macOS/Linux:
~/.vscode/extensions/ - Windows:
%USERPROFILE%\.vscode\extensions\
- macOS/Linux:
- Restart VS Code
- Open the Command Palette (
Cmd+Shift+Pon macOS orCtrl+Shift+Pon Windows/Linux) - Type "Color Theme" and select Preferences: Color Theme
- Choose CodeWarrior Dark from the list
If you have a .vsix file:
- Open VS Code
- Go to Extensions view (
Cmd+Shift+Xon macOS orCtrl+Shift+Xon Windows/Linux) - Click the
...menu at the top of the Extensions view - Select Install from VSIX...
- Navigate to the
.vsixfile and select it - Restart VS Code
- Activate the theme from Preferences: Color Theme
To create a .vsix package for distribution:
npm install
npm run buildThis will generate a codewarrior-dark-0.0.1.vsix file that can be shared and installed.
- Dark background optimized for long coding sessions
- Vibrant syntax highlighting with carefully chosen colors
- Special styling for JavaScript/JSX, Markdown, and more
- Distinct colors for operators, functions, classes, and variables
Enjoy!