Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day ago
JSON representation
A VS Code theme with bubblegum colors on a moonlit background
- Host: GitHub
- URL: https://github.com/atomiks/moonlight-vscode-theme
- Owner: atomiks
- License: mit
- Created: 2018-12-10T14:53:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T10:46:21.000Z (10 months ago)
- Last Synced: 2024-10-31T11:36:50.546Z (13 days ago)
- Language: Python
- Size: 7.17 MB
- Stars: 682
- Watchers: 8
- Forks: 31
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Moonlight 🌌
## 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
```