This theme for the helix editor is a port, with some minor tweaks, of a great nvim colorscheme called melange-nvim. The tweaks are an attempt to better fit the theme into the helix tui.
In order to use this theme you must install it manually into your helix configuration directory under the themes subdirectory. For your *nix os you can do something like the following:
mkdir -p $XDG_CONFIG_HOME/helix/themes
git clone https://github.com/DimitrisDimitropoulos/melange-helix.git $XDG_CONFIG_HOME/helix/themes/
Make sure to restart helix and try to use it by:
:theme melange
This project is distributed under the MIT license.