This repository contains various themes for the Helix Editor, each carefully crafted to provide a beautiful and readable editing experience.
- Murmur — A soft, pastel-toned custom theme.
- Solarized Osaka — A variant of Solarized with Osaka-inspired hues.
- NightWolf - AMOLED theme for NightWolves
- LowEyeStrain - Low Eye Strain Dark Neon Theme For Night Owls
- NeonCity - Neon City Theme for Synthwave Lovers
- EdgeNightSky - Low Contrast Night Theme for Night Coders
- Moxer - Moxer Theme Port Variant from VSCode
Murmur:
Solarized Osaka:
NightWolf:
LowEyeStrain:
NeonCity:
EdgeNightSky:
Moxer:
To use one of these themes in Helix:
-
Copy the desired theme file (e.g.
murmur.toml
) into your Helix themes directory:cp murmur.toml ~/.config/helix/themes/
-
Open Helix and apply the theme with the
:theme
command::theme murmur
-
To set it as the default theme, add the following to your
~/.config/helix/config.toml
:theme = "murmur"
To create a transparent version of any theme:
-
Create a new file in your Helix themes directory, e.g.
murmur-transparent.toml
. -
Paste the following content:
inherits = "murmur" [ui.background]
This overrides the background to be transparent while keeping the rest of the theme intact.
Feel free to fork the repo and create your own themes or submit pull requests to contribute! If you create your own transparent variant or custom theme, feel free to share it back.