Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Blackglass Deep JewelNew to Visual Studio Code? Get it now.
Blackglass Deep Jewel

Blackglass Deep Jewel

Jcooler

|
2 installs
| (1) | Free
A near-black VS Code theme with rich jewel-tone syntax and complete workbench coverage.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Blackglass Deep Jewel

Blackglass gives VS Code a genuinely dark foundation without sacrificing the structure of your code.

The editor sits at #030405, with neighboring surfaces raised just enough to keep tabs, sidebars, panels, and menus distinct. Rich jewel tones separate syntax without the pale, chalky look common in pastel themes.

Preview

TypeScript and React

Blackglass Deep Jewel showing TypeScript and React syntax

Python

Blackglass Deep Jewel showing Python syntax

What it looks like

Blackglass uses color with a specific job in mind:

  • Deep violet marks keywords and control flow.
  • Burnished gold identifies functions and methods.
  • Emerald separates strings and inserted content.
  • Deep cyan highlights types, classes, and interfaces.
  • Burnt orange picks out numbers, constants, and warnings.
  • Dark orchid distinguishes parameters, properties, and decorators.

Comments, punctuation, inactive controls, and secondary text stay muted. The result is colorful code on a nearly black canvas, not a bright interface wearing a dark background.

Theme coverage

The theme includes colors for:

  • The complete VS Code workbench and editor
  • TextMate syntax highlighting
  • Semantic tokens
  • Integrated terminals and ANSI colors
  • Git decorations, diffs, and merge conflicts
  • Diagnostics, testing, and debugging
  • Notebooks and output cells
  • Bracket pairs, indentation guides, and minimaps

The palette stays consistent across languages while respecting the TextMate scopes and semantic tokens supplied by each language extension.

Install from the Marketplace

  1. Open the Extensions view in VS Code.
  2. Search for Blackglass Deep Jewel.
  3. Select Install.
  4. Open Preferences: Color Theme and select Blackglass Deep Jewel.

Install from a VSIX

Download the latest .vsix release, then run:

code --install-extension blackglass-deep-jewel-1.0.0.vsix

You can also open the Extensions view, select the More Actions menu, and choose Install from VSIX.

Recommended settings

Blackglass does not change your settings. These built-in VS Code options provide the intended bracket and semantic highlighting:

{
  "editor.bracketPairColorization.enabled": true,
  "editor.semanticHighlighting.enabled": true
}

Development

Clone the repository, open it in VS Code, and press F5. This launches an Extension Development Host with the local theme available in the color picker.

Validate and package the theme with:

npm install
npm run verify
npm run package

Feedback

If a language has unclear or inconsistent highlighting, open an issue and include a short code sample. Screenshots are useful when the problem involves workbench colors or contrast.

License

Blackglass Deep Jewel is available under the MIT License.

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