/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

Primary LanguageHTMLMIT LicenseMIT

Signed Dark Pro

Version Installs Downloads Ratings

A classic minimal professional dark theme suite crafted for your VS Code editor

Signed Dark Pro Preview

GitHub stars GitHub followers Tweet for help

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 🌟 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.

{
    "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 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.