Github themes for Helix text editor
Adapted from primer/github-vscode-theme
github_dark
github_dark_colorblind
github_dark_dimmed
github_dark_high_contrast
github_light
github_light_colorblind
github_light_high_contrast
Copy files from ./themes
to the themes
in your helix config directory – usually ~/.config/helix/themes
(see docs).
cp ./themes/*.toml ~/.config/helix/themes
…or use make install
, which will do the same:
make install