Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>EquinoxNew to Visual Studio Code? Get it now.
Equinox

Equinox

Sheikh Ubaid Ullah

|
2 installs
| (0) | Free
A paired dark & light color theme: smoked-glass night and warm parchment day. Temperature-coded syntax, semantic highlighting, and chrome tuned for long sessions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Equinox

Paired Dark and Light color themes for VS Code and Cursor — smoked-glass night and warm parchment day.

Variants

Theme Mood
Equinox Dark Deep blue-graphite glass, gold actions, cool structure
Equinox Light Soft parchment paper, high-chroma accents, warm git cues

Both share the same semantic roles (actions → structure → data → docs → noise) and a single token → build pipeline.

Install

Marketplace

  1. Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search Equinox
  3. Install, then pick Equinox Dark or Equinox Light (Ctrl+K Ctrl+T)

From VSIX

npm run package

Then Extensions → ⋯ → Install from VSIX… and choose the generated .vsix.

Recommended settings

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

Screenshots

Equinox Dark

Equinox Dark

Equinox Light

Equinox Light

Develop

npm install
npm run build

Press F5 to open the Extension Development Host, then select the Equinox theme. Preview sample: src/preview/syntax-sample.ts.

Token sources live in src/tokens/. Do not hand-edit themes/*.json — always rebuild.

License

MIT. See LICENSE.

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