Skip to content

gokayburuc/helix-themes

Repository files navigation

🎨 Helix Open Source Themes by gokayburuc

This repository contains various themes for the Helix Editor, each carefully crafted to provide a beautiful and readable editing experience.


📁 Theme Index

  • 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

Screenshots

Murmur:

Murmur-ss

Solarized Osaka:

Solarized-Osaka

NightWolf:

NightWolf

LowEyeStrain:

LowEyeStrain

NeonCity:

NeonCity

EdgeNightSky:

EdgeNight

Moxer:

Moxer

🚀 Usage

To use one of these themes in Helix:

  1. Copy the desired theme file (e.g. murmur.toml) into your Helix themes directory:

    cp murmur.toml ~/.config/helix/themes/
  2. Open Helix and apply the theme with the :theme command:

    :theme murmur
    
  3. To set it as the default theme, add the following to your ~/.config/helix/config.toml:

    theme = "murmur"

🌈 Transparent Themes

To create a transparent version of any theme:

  1. Create a new file in your Helix themes directory, e.g. murmur-transparent.toml.

  2. Paste the following content:

    inherits = "murmur"
    
    [ui.background]

This overrides the background to be transparent while keeping the rest of the theme intact.


🧊 Contributing

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.

About

Helix Editor Themes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published