Skip to content

helix/iTerm/VSCode color themes based on the one found on Gleam's website

License

Notifications You must be signed in to change notification settings

trag1c/gleam-theme

Repository files navigation

Gleam theme

helix/iTerm/VSCode color themes based on the one found on Gleam's website.

Shoutout to @aslilac and @lpil for the original design! ❤️

My part of the job was implementing the original colors, adding some missing ones and designing the rest of the editor :)

Screenshot showing the Gleam theme in VSCode Screenshot showing the classic Gleam theme in VSCode

The above screenshots also use Material Icon Theme and Material Product Icons.

Screenshot showing the Gleam theme in Helix/iTerm2 Screenshot showing the classic Gleam theme in Helix/iTerm2

Installing

helix

Download the helix.zip file and unzip it into the themes folder in your config directory (most likely ~/.config/helix/themes/).

Try it out through the :theme gleam command or set it permanently in your helix config (most likely ~/.config/helix/config.toml):

theme = "gleam"

iTerm

Download the iterm.zip file from Releases, unzip it and import the themes via Profiles > Colors > Color Presets... > Import....

Visual Studio Code

Download the extension from the VSCode Marketplace or the Open VSX Registry.

or

Download the .vsix file (found in Releases) and use Extensions: Install from VSIX....

or

Clone this repository and use Developer: Install Extension from Location....