A classic minimal professional dark theme suite crafted for your VS Code editor
- Open Extensions sidebar panel on VS Code
- Search for Signed Dark Pro
- Click Install to install it.
- Click Reload to reload your editor.
- Code/File > Preferences > Color Theme > Signed Dark Pro.
- Rate 5-stars 🌟 to appreciate the effort behind this theme.
- Optional: Use the recommended settings below for best experience
This theme works best with the following settings. Add them to your user
.vscode/settings.jsonfile.
{
"workbench.colorTheme": "Signed Dark Pro",
"editor.fontSize": 16,
"editor.lineHeight": 25,
"editor.fontWeight": "400",
"editor.letterSpacing": 0.5,
"editor.renderWhitespace": "all",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"[javascript]": {
"editor.formatOnSave": false
},
"eslint.autoFixOnSave": true,
"eslint.alwaysShowStatus": true,
}Signed Dark Pro is a new theme, so if you see something funky, please feel free to open an issue. I'm sure i missed something.
Changes over the released versions are documented n the CHANGELOG.md . Please update and check the changelog before filing any issues, as they may have already taken care of.
