- 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!
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.
Below is a preview of the theme in action. Feel free to have a look beforehand!
(Project shown in the preview: avro.py)
- Open the Extensions sidebar in VS Code. View → Extensions
- Search for:
exthitblast.gloam
- Click on "Install" and voila!
- Download the latest release artifacts (
.vsix
files) from either the GitHub Releases section or the GitHub Actions page. - Install the extension by running the following command:
$ code --install-extension gloam-*.vsix
- Or, you can simply skip the first step and install the extension directly (marketplace CLI):
$ code --install-extension exthitblast.gloam
- Color Theme: Gloam (default)
- Product Icon Theme: Carbon Product Icons
- File Icon Theme: JetBrains Icons Enhanced
This project is licensed under the MIT License - see the LICENSE file for details.