Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.