https://github.com/coderdiaz/vscode-signed-dark-pro
A classic minimal professional dark theme suite crafted for your VS Code editor. Download → https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro
https://github.com/coderdiaz/vscode-signed-dark-pro
Last synced: 9 months ago
JSON representation
A classic minimal professional dark theme suite crafted for your VS Code editor. Download → https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro
- Host: GitHub
- URL: https://github.com/coderdiaz/vscode-signed-dark-pro
- Owner: coderdiaz
- License: mit
- Created: 2019-07-10T03:01:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T17:20:24.000Z (over 6 years ago)
- Last Synced: 2025-01-05T08:28:50.368Z (11 months ago)
- Language: HTML
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Signed Dark Pro
[](https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro) [](https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro) [](https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro) [](https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro#review-details)
>A classic minimal professional dark theme suite crafted for your VS Code editor

[](https://github.com/alex-munene/vscode-signed-dark-pro/stargazers) [](https://github.com/alex-munene?tab=followers) [](https://twitter.com/mr_alex_munene/)
## Installation
1. Open **Extensions** sidebar panel on VS Code
2. Search for **Signed Dark Pro**
3. Click **Install** to install it.
4. Click **Reload** to reload your editor.
5. Code/File > Preferences > Color Theme > **Signed Dark Pro**.
6. [Rate 5-stars 🌟](https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro#review-details) to appreciate the effort behind this theme.
7. Optional: Use the recommended settings below for best experience
## Recommended Settings
>This theme works best with the following settings. Add them to your user `.vscode/settings.json` file.
```json
{
"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,
}
```
## Misc
[Signed Dark Pro](https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro) is a new theme, so if you see something funky, please feel free to open an [issue](https://github.com/alex-munene/vscode-signed-dark-pro/issues). I'm sure i missed something.
Changes over the released versions are documented n the [CHANGELOG.md](https://github.com/alex-munene/vscode-signed-dark-pro/blob/master/CHANGELOG.md) . Please update and check the changelog before filing any issues, as they may have already taken care of.