Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hitblast/gloam
âĻ A soft, yet charming VSCode dark theme that goes easy on your eyes.
https://github.com/hitblast/gloam
aesthetic code-editor customization dark-theme vscode vscode-extension vscode-theme
Last synced: 2 months ago
JSON representation
âĻ A soft, yet charming VSCode dark theme that goes easy on your eyes.
- Host: GitHub
- URL: https://github.com/hitblast/gloam
- Owner: hitblast
- License: mit
- Created: 2024-03-21T16:53:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T18:59:56.000Z (4 months ago)
- Last Synced: 2024-10-07T20:01:34.925Z (3 months ago)
- Topics: aesthetic, code-editor, customization, dark-theme, vscode, vscode-extension, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=exthitblast.gloam
- Size: 15.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gloam: VSCode Theme
### âĻ A soft, yet charming VSCode theme that goes easy on your eyes.
[![Build & Release](https://github.com/hitblast/Gloam/actions/workflows/build.yml/badge.svg)](https://github.com/hitblast/Gloam/actions/workflows/build.yml)
[![Release to Marketplace](https://github.com/hitblast/Gloam/actions/workflows/release.yml/badge.svg)](https://github.com/hitblast/Gloam/actions/workflows/release.yml)
## ð Features
- **Warm Tone**: A soft, warm color palette that's suitable for long, coding hours.
- **High Contrast**: Makes it easy to read and write code.
- **Universal**: Works well with most languages and file types.
- **Open-source**: Feel free to contribute and make it better!## ðŠķ Why?
> Ever since I've started programming in VSCode, there's always been an everyday hassle related to customization. I wanted to find the proper theme that matches perfectly with my desktop environment and at the same time, is also eye-friendly. I've also tried making themes without deep indulgence into optimized color palettes before, but those didn't work out as expected. So out of this necessity, I've created Gloam, a theme that attempts to solve both of these issues and make your coding experience more enjoyable and aesthetic at the same time.
## ⥠Preview
Below is a preview of the theme in action. Feel free to have a look beforehand!
(Project shown in the preview: [avro.py](https://github.com/hitblast/avro.py))
## ðĻ Installation
### Marketplace
1. Open the Extensions sidebar in VS Code. View â Extensions
2. Search for: `exthitblast.gloam`
3. Click on "Install" and voila!### Command-line
1. Download the latest release artifacts (`.vsix` files) from either the [GitHub Releases](https://github.com/hitblast/Gloam/releases) section or the [GitHub Actions](https://github.com/hitblast/Gloam/actions) page.
2. Install the extension by running the following command:
```sh
$ code --install-extension gloam-*.vsix
```
3. Or, you can simply skip the first step and install the extension directly (marketplace CLI):
```sh
$ code --install-extension exthitblast.gloam
```
### ðĻ Suggested Configuration
- Color Theme: **Gloam (default)**
- Product Icon Theme: [**Carbon Product Icons**](https://marketplace.visualstudio.com/items?itemName=antfu.icons-carbon)
- File Icon Theme: [**JetBrains Icons Enhanced**](https://marketplace.visualstudio.com/items?itemName=BrennonDenny.vsc-jetbrains-icons-enhanced)
## ð License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.