A custom bright-dark theme for Visual Studio Code with a near-black base, bold bright pink accents, electric cyan highlights, acid lime details, and hot coral types.
Preview
Use F5 in this folder to open an Extension Development Host, then choose:
Preferences: Color Theme -> DarkBitch
Install Locally
Open this folder in VS Code.
Press F5.
In the new Extension Development Host window, run Preferences: Color Theme.
Select DarkBitch.
The debug launch disables other installed extensions in the Extension Development Host, so logs from unrelated extensions do not pollute the console while testing this theme.
Package
Install dependencies and package the extension:
npm install
npm run package
This creates a .vsix file that can be installed from VS Code's Extensions view.