A dark theme inspired by the album art of Megadeth's 1990 metal masterpiece, Rust in Peace.
- Open Extensions sidebar panel in VS Code.
View → Extensions
- Search for
Megadeth
(Curse you rust-lang!!!) - Click Install to install it.
- Code > Preferences > Color Theme > Rust in Peace
- Python static type annotations
- Palette image
- Screenshots of code samples
To work on the theme:
- Clone this repo and open in VS Code
- Open run
View → Run
- Click
Launch Extension
. This will open up another VS Code Editor - Target scopes using the "Developer: Inspection Editor Tokens and Scopes" command
- Make changes to
src/rust-in-peace.yaml
, and runnpm run build
. You will see changes reflected in the other editor that opened in step 3.
Please provide screenshots of your changes before & after in Pull Requests.
npm run extension:install
- Builds and installs the extension locally
npm run publish:minor
- Bump and publish
npm run publish:patch
- Bump and publish
- Bump the version in
package.json
git commit -m 'Fire'
Commit the changesgit tag v2.0.666
Tag the commit with the version numbergit push origin --tags
Push the taggit push
Push the changes- Create a release in Github with the same version number
- Github actions will publish the extension to the marketplace
- Profit!
Also check out the Slayer Reign in Blood theme.