Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Ember High ContrastNew to Visual Studio Code? Get it now.
Ember High Contrast

Ember High Contrast

danielhdzzz

|
3 installs
| (0) | Free
A dark, high-contrast color theme with 8 accent color variants
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🕯️ Ember High Contrast theme for vscode

A dark, high-contrast color theme for VS Code with 8 accent color variants: blue, gray, green, orange, purple, red, white, and yellow. Based on 74th/vscode-monokaicharcoal with revised colors, themed scrollbars, warning/git colors, and find match foreground colors.

screenshot

Colors

Blue

blue(default)

Gray

gray

Green

green

Orange

orange

Purple

purple

Red

red

White

white

Yellow

yellow

Install

Search for Ember High Contrast in the VS Code Extensions Marketplace, or install from the command line:

code --install-extension ember-high-contrast

Install from .vsix

You can also package and install the theme manually:

npm install -g @vscode/vsce
vsce package
code --install-extension ember-high-contrast-<version>.vsix

For VSCodium:

codium --install-extension ember-high-contrast-<version>.vsix

Development

  1. Open this folder in VS Code and press F5 — a second window opens with the theme loaded live.
  2. Edit generate_themes.py (palette, token colors, color template) and regenerate:
    python3 generate_themes.py
    
  3. The dev host picks up color changes automatically. If it doesn't, run Developer: Reload Window (Cmd+Shift+P).

No packaging or installing needed — just edit and see. Do not edit the theme JSON files by hand.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft