Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Warm NightNew to Visual Studio Code? Get it now.
Warm Night

Warm Night

Shelby Landen

|
3,727 installs
| (4) | Free
A warm dark theme for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Warm Night Theme

Warm Night Screenshot

The Warm Night theme translates the ambiance of a cozy campfire at sundown into a theme that's easier on the eyes late at night.

The palette aims to meet WCAG AA for contrast, but if you have trouble seeing something let me know and I'll try to improve it.

Usage With Better Comments

If you use the Better Comments extension, I changed the colors to match the theme better. If you're interested, just add them to your VS Code settings.json file. You'll need to reload the editor for these changes to take effect.

"better-comments.tags": [
    {
      "tag": "!",
      "color": "#eb4747"
    },
    {
      "tag": "?",
      "color": "#93a8a9"
    },
    {
      "tag": "//",
      "color": "#4f4045",
      "strikethrough": true
    },
    {
      "tag": "todo",
      "color": "#f99936"
    },
    {
      "tag": "*",
      "color": "#a9939b"
    }
  ]

Better Comments Screenshot

License

MIT License

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