A few themes ported to the helix editor.
For preview images go here: PREVIEWS.md
- Edge
- Default
- Aura
- Neon
- Light
- Everforest
- Dark
- Hard
- Medium
- Soft
- HC (customized high contrast version)
- Light
- Hard
- Medium
- Soft
- Dark
- Gruvbox (Material) (all variants:
material
/mix
/original
)- Dark
- Hard
- Medium
- Soft
- Light
- Hard
- Medium
- Soft
- Dark
- Sonokai
- Default
- Atlantis
- Andromeda
- Shusia
- Maia
- Espresso
Themes are split into a color scheme or "mapping" ("constants are purple") and one or more palettes ("purple is #b39df3
").
Each theme is built by simply merging the scheme with one of the corresponding palettes.
You can generate all themes by running build.sh
.
Or just generate a single one:
cat "schemes/gruvbox" "palettes/gruvbox/material_dark_medium" > "theme.toml"
The palettes of sonokai
and edge
are made compatible.
This means that the color mapping scheme of sonokai
can be used with one of the edge
palettes (and vice versa):
cat "schemes/sonokai" "palettes/edge/edge_aura" > "sonokai_aura.toml"