- Dimmed colors for eyes relaxing
- Design on the edge of the light and dark themes
- Minimalistic color palette
- Only important things highlight
Via Packer
for neovim
:
use { "lamartire/hg.vim" }
Just insert alacritty/hg.yml
content to your
.config/alacritty/alacritty.yml
file.
Just insert kitty/hg.conf
content to your
.config/kitty/kitty.conf
file.
At this moment I'm working on tpm
plugin, but you can install it manually,
by inserting tmux/hg.tmux
content to your
.tmux.conf
file. Then hit Ctrl+b-I
to reload tmux
.
All the color tokens are located in config.yml
file. Under the hood, hg
use
handlebars
to pass colors to the templates. Explore src/
directory for examples.
If you want to contribute, please use colors from config.yml
only.
If you want to contribute or just build your own hg
option, you should install
ruby
and run ruby ./scripts/build.rb
. Then, use files from the root directory.
- Strongly inspired by alabaster.
- Thanks to cocopon for inspiration by iceberg.vim theme and awesome tools for color scheme development (inspecthi.vim, colorswatch.vim)