A dark theme for VS Code
JavaScript | React | Vue |
---|---|---|
Go | Dockerfile | HTML |
---|---|---|
JSON | TOML | YAML |
---|---|---|
You can find the Neon Night theme in the Visual Studio Code Marketplace.
- Open the Extensions sidebar in VS Code.
View โ Extensions
- Search for
Neon Night
, choose "Neon Night" by chaseadamsio - Click Install to install it
- Click Reload to reload VS Code
- From the menu bar click: Code > Preferences > Color Theme > Neon Night (or any of the variants listed)
- ๐๐ Enjoy!
Run the develop:init
task:
yarn prepublish && yarn develop:init
This will create a symlink in the VS Code extensions and build the theme for the first time. After running this, follow the Installation instructions to load the theme.
prepublish
- Creates theneon-night.json
andpackage.json
in<ROOT>/themes
and copies relevant files (README, license, static assets)vscode:publish
- Publishesthemes
as the root directory for the extension.
Designed with ๐ by Chase Adams. You can find me on Twitter at chaseadamsio.