8000 GitHub - TanTanDev/helix-themes: A few themes for the helix editor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TanTanDev/helix-themes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header

Helix Themes

A few themes ported to the helix editor.

For preview images go here: PREVIEWS.md

Included themes and variants

  • Edge
    • Default
    • Aura
    • Neon
    • Light
  • Everforest
    • Dark
      • Hard
      • Medium
      • Soft
      • HC (customized high contrast version)
    • Light
      • Hard
      • Medium
      • Soft
  • Gruvbox (Material) (all variants: material / mix / original)
    • Dark
      • Hard
      • Medium
      • Soft
    • Light
      • Hard
      • Medium
      • Soft
  • Sonokai
    • Default
    • Atlantis
    • Andromeda
    • Shusia
    • Maia
    • Espresso

Building

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"

Palette compatibility

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"

About

A few themes for the helix editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0