Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Oslo DarkNew to Visual Studio Code? Get it now.
Oslo Dark

Oslo Dark

Lazerai

|
21 installs
| (0) | Free
| Sponsor
A dark VS Code theme with Nordic-inspired blues and warm accents.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Oslo Dark

Dark VS Code theme. I made this to match a wallpaper I like -- dark background with layered blue gradients. The UI is pulled from that: deep blacks and cool blues. Syntax highlighting uses an aurora-inspired palette so you can actually tell your code apart.

Visual Studio Marketplace Version Visual Studio Marketplace Downloads

Preview it live in vscode.dev

Screenshot

Install

Search for Oslo Dark in the Extensions panel (Ctrl+Shift+X) or run:

ext install lazerai.oslo-dark

Colors

Role Hex What it styles
Background #1a1a1a Editor
Surface #141414 Sidebar, panels, terminal
Accent #1e3a5f Status bar, badges
Text #c8f0fa Foreground
Keywords #b898c4 if, const, return
Strings #c4a882 "hello"
Constants #8ab89a Numbers, booleans
Functions #dab485 Function calls
Types #8fbcbb Classes, interfaces
Tags #d4879c HTML tags
Decorators #d08770 @decorator
Comments #4a6b85 // like this
Operators #7497ac =, +, =>

Customization

"workbench.colorCustomizations": {
  "[Oslo Dark]": {
    "editor.background": "#1c1c1c"
  }
}

All available keys: theme color reference.

Contributing

See a color that looks off? Open an issue with a screenshot.

PRs welcome -- test with F5 in the Extension Development Host, check a few file types before submitting.

License

MIT

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