Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atomiks/moonlight-vscode-theme

A VS Code theme with bubblegum colors on a moonlit background
https://github.com/atomiks/moonlight-vscode-theme

Last synced: about 2 months ago
JSON representation

A VS Code theme with bubblegum colors on a moonlit background

Awesome Lists containing this project

README

        

# Moonlight 🌌

Preview

## Variants

- Moonlight (regular and italics)
- Moonlight II (regular and italics)

## Installation

1. Install [Visual Studio Code](https://code.visualstudio.com/)
2. Launch Visual Studio Code
3. Choose **Extensions** from menu
4. Search for `atomiks.moonlight`
5. Click **Install** to install it
6. Click **Reload** to reload the Code
7. From the menu bar click: Code > Preferences > Color Theme > Pick your Moonlight variant

## Semantic highlighting

Semantic highlighting is enabled by default for `Moonlight`, but not `Moonlight II`.
To change the setting, add the following to your settings.json:

```json
"editor.semanticHighlighting.enabled": true
```