Overview Version History Q & A Rating & Review
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
Installation
VS Code Marketplace
Open VS Code
Go to Extensions (Ctrl+Shift+X)
Search for "Nebula Nights
Click Install
Manual Installation from GitHub Releases
Download the latest .vsix
file from the GitHub Releases
Open VS Code
Go to Extensions (Ctrl+Shift+X)
Click the "..." menu in the top-right of the Extensions panel
Select "Install from VSIX..."
Navigate to the downloaded .vsix
file and select it
Building and Contributing
Prerequisites
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