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.
- Host: GitHub
- URL: https://github.com/jonjampen/mountain-sunset-vscode-theme
- Owner: jonjampen
- Created: 2023-02-10T17:24:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T12:47:03.000Z (over 2 years ago)
- Last Synced: 2025-01-13T19:25:10.747Z (4 months ago)
- Topics: theme, visual-studio-code, visual-studio-code-extension, visual-studio-code-theme, vscode, vscode-extension, vscode-extensions, vscode-theme
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=JonJampen.mountain-sunset
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.
## 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!
| #fb8500ff | Orange Dark |
### Colors
(Note: Colors are not displayed in some Markdown viewers.)
#### UI
| Color | Hex | Description |
| ----- | --- | ----------- |
|
| | #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 |