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

Nord Light Theme

Illegal Studio

|
176 installs
| (0) | Free
A light theme based on the Nord color palette
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nord Light Theme for Visual Studio Code

A light theme for Visual Studio Code and compatible editors (Cursor, VSCodium, etc.) based on the Nord color palette, adapted for light backgrounds.

Installation

Available on:

  • Visual Studio Code Marketplace
  • Open VSX Registry

Search for "Nord Light Theme" in the Extensions panel or install via command line:

# Visual Studio Code
code --install-extension IllegalStudio.nord-light-theme

# VSCodium
codium --install-extension IllegalStudio.nord-light-theme

Activate the theme

  1. Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
  2. Run "Preferences: Color Theme"
  3. Select "Nord Light"

Project Structure

nord-light-vscode/
├── themes/
│   └── nord-light-color-theme.json   # Theme colors and syntax highlighting
├── outputs/                          # Build output directory
├── package.json                      # Extension manifest
├── build.sh                          # Build script
├── LICENSE
└── README.md

Build

Requirements

  • Node.js (v16 or higher)
  • npm
  • vsce (Visual Studio Code Extension Manager)

Install vsce

npm install -g @vscode/vsce

For more info: https://github.com/microsoft/vscode-vsce

Build Command

./build.sh

This generates outputs/nord-light-theme-<version>.vsix.

Color Palette

Base Colors (Nord Snow Storm)

These colors are used for backgrounds and UI elements:

Name Hex Usage
Nord 4 #D8DEE9 Selection, borders, secondary backgrounds
Nord 5 #E5E9F0 Sidebar, toolbar, inactive backgrounds
Nord 6 #ECEFF4 Main editor background

Text Colors (Nord Polar Night)

Name Hex Usage
Nord 0 #2E3440 Main text, identifiers
Nord 1 #3B4252 Secondary text
Nord 2 #434C5E Tertiary text
Nord 3 #4C566A Comments base, punctuation

Accent Colors Comparison

The original Nord accent colors are designed for dark backgrounds. For the light theme, we darkened them significantly to ensure proper contrast and readability.

Element Original Nord Nord Light Description
Classes/Types #8FBCBB (nord7) #1C7473 Teal - class names, type references
Functions #88C0D0 (nord8) #0C7482 Cyan - function declarations and calls
Tags #81A1C1 (nord9) #4B6C8C Light blue - HTML/XML tags, operators
Keywords #5E81AC (nord10) #3B5E85 Blue - language keywords
Strings #A3BE8C (nord14) #577140 Green - string literals
Numbers #B48EAD (nord15) #865B7F Purple - numeric literals
Constants #EBCB8B (nord13) #7F6614 Yellow - constants, enums
Fields #D08770 (nord12) #975943 Orange - instance/static fields
Errors #BF616A (nord11) #AE4750 Red - errors (darkened for contrast)

Color Rationale

  • Darkening factor: ~25-40% darker than original Nord colors
  • Saturation: Maintained or slightly increased for vibrancy
  • Contrast ratio: Verified by calculation (WCAG relative luminance). Text colors (#2E3440/#3B4252/#4C566A) exceed 6:1 against every background. Accent colors and the muted gray meet >=4.5:1 (WCAG AA) against both the #E5E9F0 and #ECEFF4 backgrounds.

Supported Languages

The theme includes syntax highlighting for:

  • JavaScript / TypeScript / JSX / TSX
  • HTML / XML
  • CSS / SCSS / SASS / Less
  • JSON / YAML / TOML
  • Markdown
  • PHP
  • Python
  • Go
  • Rust
  • SQL
  • And more...

Credits

  • Based on Nord Theme by Sven Greb
  • JetBrains version: nord-light/jetbrains

License

MIT License

Author

Created by Vincenzo Petrucci (@nahime0) as part of Illegal Studio.

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