Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Gruber Darker VSCodeNew to Visual Studio Code? Get it now.
Gruber Darker VSCode

Gruber Darker VSCode

Xiayong Li

|
11 installs
| (1) | Free
A faithful port of the Gruber Darker color theme from Emacs to VS Code. A darker variant of John Gruber's Gruber Dark theme for BBEdit.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Gruber Darker for Visual Studio Code

A faithful port of the Gruber Darker color theme from Emacs to Visual Studio Code.

Gruber Darker is a darker variant of the Gruber Dark theme for BBEdit by John Gruber. The Emacs version was written by Jason R. Blevins and adapted/extended by Alexey Kutepov (rexim).

About

The theme keeps the original's restrained, layered palette:

Role Color Hex
Background bg #181818
Foreground fg #e4e4ef
Keyword yellow #ffdd33
String / Doc green #73c936
Comment brown #cc8c3c
Function niagara #96a6c8
Type / Constant quartz #95a99f
Number wisteria #9e95c7
Warning / Error red #f43841

All colors are taken verbatim from the Emacs theme; the UI chrome uses the theme's own background tiers (#101010 chrome → #181818 editor → #282828 status bar) to mirror Emacs' mode-line / fringe layering.

Install

From Marketplace

(not published yet)

From source (local development)

  1. Clone this repository.
  2. Open the folder in VS Code.
  3. Press F5 to launch an Extension Development Host.
  4. Open the Command Palette (Ctrl+K Ctrl+T) and select Gruber Darker.

To package a .vsix for side-loading:

npm install -g @vscode/vsce
vsce package
# Then: code --install-extension gruber-darker-0.1.0.vsix

Tuning

Use the Developer: Inspect Editor Tokens and Scopes command to inspect any token's scope and adjust the matching rule in themes/Gruber Darker-color-theme.json. A few scope mappings (decorators, regex, HTML tags, Markdown) are inferred where Emacs has no direct equivalent.

Credits / License

  • Original Emacs theme: Copyright © 2013–2016 Alexey Kutepov, © 2009–2010 Jason R. Blevins — released under the MIT License.
  • This port is released under the MIT License.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft