https://github.com/gokayburuc/helix-themes
Helix Editor Themes
https://github.com/gokayburuc/helix-themes
colorshemes helix helix-editor theme
Last synced: 4 months ago
JSON representation
Helix Editor Themes
- Host: GitHub
- URL: https://github.com/gokayburuc/helix-themes
- Owner: gokayburuc
- License: mit
- Created: 2025-04-13T21:09:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-12T10:37:45.000Z (5 months ago)
- Last Synced: 2025-05-21T12:18:21.182Z (5 months ago)
- Topics: colorshemes, helix, helix-editor, theme
- Homepage:
- Size: 1.11 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎨 Helix Open Source Themes by gokayburuc
This repository contains various **themes** for the [Helix Editor](https://helix-editor.com), each carefully crafted to provide a beautiful and readable editing experience.
---
## 📁 Theme Index
- [Murmur](./murmur.toml) — A soft, pastel-toned custom theme.
- [Solarized Osaka](./solarized-osaka.toml) — A variant of Solarized with Osaka-inspired hues.
- [NightWolf](./nightwolf.toml) - AMOLED theme for NightWolves
- [LowEyeStrain](./low-eye-strain.toml) - Low Eye Strain Dark Neon Theme For Night Owls
- [NeonCity](./neon-city.toml) - Neon City Theme for Synthwave Lovers
- [EdgeNightSky](./edge-night-sky.toml) - Low Contrast Night Theme for Night Coders
- [Moxer](./moxer.toml) - Moxer Theme Port Variant from VSCode---
## Screenshots
Murmur:

Solarized Osaka:

NightWolf:

LowEyeStrain:

NeonCity:

EdgeNightSky:

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:
```bash
cp murmur.toml ~/.config/helix/themes/
```2. Open Helix and apply the theme with the `:theme` command:
```helix
:theme murmur
```3. To set it as the **default theme**, add the following to your `~/.config/helix/config.toml`:
```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:```toml
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.