An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Signed Dark Pro

[![Version](https://vsmarketplacebadge.apphb.com/version/alex-munene.signed-dark-pro.svg?label=Visual%20Code%20Marketplace&colorB=0080FF)](https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro) [![Installs](https://vsmarketplacebadge.apphb.com/installs/alex-munene.signed-dark-pro.svg?label=Installs&colorB=0080FF)](https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro) [![Downloads](https://vsmarketplacebadge.apphb.com/downloads/alex-munene.signed-dark-pro.svg?label=Downloads&colorB=0080FF)](https://marketplace.visualstudio.com/items?itemName=alex-munene.signed-dark-pro) [![Ratings](https://img.shields.io/vscode-marketplace/r/alex-munene.signed-dark-pro.svg?label=Ratings&colorB=0080FF)](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

![Signed Dark Pro Preview](https://raw.githubusercontent.com/alex-munene/vscode-signed-dark-pro/master/images/signed_preview.png)

[![GitHub stars](https://img.shields.io/github/stars/alex-munene/vscode-signed-dark-pro.svg?style=social&label=Stars)](https://github.com/alex-munene/vscode-signed-dark-pro/stargazers) [![GitHub followers](https://img.shields.io/github/followers/alex-munene.svg?style=social&label=Follow)](https://github.com/alex-munene?tab=followers) [![Tweet for help](https://img.shields.io/twitter/follow/mr_alex_munene.svg?style=social&label=Tweet%20@mr_alex_munene)](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.