Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Nebula Nights PastelNew to Visual Studio Code? Get it now.
Nebula Nights Pastel

Nebula Nights Pastel

Tom-Fynes

|
65 installs
| (1) | Free
A dark theme using blues, purples, and pinks
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nebula-nights

A VS code dark theme using blues, purples and pinks

Colors

This theme uses the following color palette:

  • Dark Blue: #404E5C (main background)
  • Steel Blue: #4F6272 (inactive elements)
  • Lavender: #B7C3F3 (main text)
  • Pink: #DD7596 (keywords/ highlights)
  • Magenta: #ECDA90 (constants)
  • Light Blue: #83AFDF (strings)
  • Bright Cyan: #63C5EA (functions)
  • Pale Blue: #AED6F1 (parameters)
  • Deep Lavender: #9F7EBE (punctuation)
  • Pale Yellow: #D05786 (JSON properties)

Screenshots

Screenshot

Installation

VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for "Nebula Nights
  4. Click Install

Manual Installation from GitHub Releases

  1. Download the latest .vsix file from the GitHub Releases
  2. Open VS Code
  3. Go to Extensions (Ctrl+Shift+X)
  4. Click the "..." menu in the top-right of the Extensions panel
  5. Select "Install from VSIX..."
  6. Navigate to the downloaded .vsix file and select it

Building and Contributing

Prerequisites

  • Node.js and npm
  • Visual Studio Code Extension Manager (vsce)

Setup

# Clone the repository
git clone https://github.com/tom-fynes/nebula-nights.git

# Navigate to the project
cd nebula-nights

# Install dependencies
npm install

Building

# Package the extension
npm run package

This will generate a .vsix file in the root directory.

License

MIT

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