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

https://github.com/jonjampen/mountain-sunset-vscode-theme

Mountain Sunset is a dark theme for Visual Studio Code created by Jon Jampen.
https://github.com/jonjampen/mountain-sunset-vscode-theme

theme visual-studio-code visual-studio-code-extension visual-studio-code-theme vscode vscode-extension vscode-extensions vscode-theme

Last synced: 3 months ago
JSON representation

Mountain Sunset is a dark theme for Visual Studio Code created by Jon Jampen.

Awesome Lists containing this project

README

        

# Mountain Sunset Theme for VS Code
Mountain Sunset is a dark theme for Visual Studio Code created by Jon Jampen.

![Screenshot of Mountain Sunset](assets/screenshot.png)

## Installation
1. Install and open VS Code
1. Open the Extensions
1. Search for "**Mountain Sunset**"
1. Install it
1. Click on "Set color theme"

Enjoy!

## Contribution
Please let me know what you think of this theme and what I could improve.

Please inform me about any issues or submit a pull request on my [github repository](https://github.com/jonjampen/mountain-sunset-vscode-theme/issues). Thanks!
### Colors
(Note: Colors are not displayed in some Markdown viewers.)
#### UI
| Color | Hex | Description |
| ----- | --- | ----------- |
|

| #fb8500ff | Orange Dark |
|
| #fb850039 | Orange Dark Semitransparent |
|
| #07405dff | Blue Dark |
|
| #07405d39 | Blue Dark Semitransparent |
|
| #0c5d86ff | Blue Light |
|
| #303030ff | Dark 1 - Menu & Activity Bar |
|
| #252526ff | Dark 2 - Tabs & Sidebar |
|
| #202020ff | Dark 3 - Editor |
|
| #ccccccff | White Font (Active) |
|
| #7a7a7aff | Gray Font (Inactive) |
|
| #666666ff | Dark Gray Font (Ignore) |
|
| #e55b59 | Error |
|
| #fb8500ff | Warning |
|
| #8ccf40ff | Success |

#### Syntax Highlighting
| Color | Hex | Description |
| ----- | --- | ----------- |
|

Example
| #ffb159 | Variable |
|
Example
| #b478db | Keywords |
|
Example
| #f7716f | Numbers |
|
Example
| #ffd659 | Classes, Constants |
|
Example
| #59a2ff | functions, methods |
|
Example
| #81c251 | Strings |
|
Example
| #56b6c2 | Operators, etc. |
|
Example
| #666666 | Comments |