Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>ZeroG ThemeNew to Visual Studio Code? Get it now.
ZeroG Theme

ZeroG Theme

NetMx

|
5 installs
| (0) | Free
A high-contrast monochrome theme focused on code logic vs data — electric blue for structure, amber coral for values.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ZeroG Theme

ZeroG Theme icon

High-contrast syntax without the noise.
A focused Visual Studio Code theme that separates code structure from data at a glance.

Visual Studio Marketplace version GPLv3 license Open GitHub issues

Preview

The same TypeScript example is shown in both variants so the visual differences are easy to compare.

ZeroG Theme dark variant in Visual Studio Code ZeroG Theme Light variant in Visual Studio Code
ZeroG Theme
Dark, deep charcoal surfaces
ZeroG Theme Light
Warm, low-glare light surfaces

Design Language

ZeroG uses a restrained palette with clear semantic roles instead of coloring every token equally.

Role Dark Light Used for
Structure #63C7E8 #008FA3 Keywords, control flow and tags
Functions #96B9F7 #3F6DB8 Functions and method calls
Types #B0A7E8 #7257A3 Classes, interfaces and namespaces
Values #F29B72 #C2543D Strings, numbers and constants
Focus #D58CDE #C43D87 Cursor, active borders and selection accents
Comments #596579 #8A877A Comments and secondary information

Highlights

  • Semantic highlighting for a more useful distinction between declarations, calls, types and values.
  • Matching editor UI, tabs, terminal, bracket guides and diagnostics.
  • Strong contrast for long coding sessions, systems work and reverse-engineering workflows.
  • Syntax coverage for TypeScript, JavaScript, HTML/JSX, CSS, JSON, Markdown and more.

Included Themes

Theme Appearance VS Code theme type
ZeroG Theme Dark high-contrast variant vs-dark
ZeroG Theme Light Warm light variant vs

Installation

Marketplace

Install ZeroG Theme from the Visual Studio Code Marketplace, then:

  1. Open the Command Palette with Ctrl+Shift+P.
  2. Run Preferences: Color Theme.
  3. Choose ZeroG Theme or ZeroG Theme Light.

VSIX package

To install a local package, open the Extensions view with Ctrl+Shift+X, select ..., choose Install from VSIX..., and select a zerog-theme-*.vsix file.

Development

Theme sources live in the themes directory. Package the extension locally with:

npx @vscode/vsce package

The packaged extension includes both color themes and the project icon.

License

ZeroG Theme is free software released under the GNU General Public License v3.0 only. See LICENSE.

GPLv3 permits commercial redistribution, provided that the license terms are respected and modified versions remain under GPLv3.

Links

  • Visual Studio Code Marketplace
  • Repository
  • Report an issue
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft