epszaw / hg.vim

🎨 Color scheme for pure alchemists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hg.vim

Features

  • Dimmed colors for eyes relaxing
  • Design on the edge of the light and dark themes
  • Minimalistic color palette
  • Only important things highlight

Install

vim

Via Packer for neovim:

use { "lamartire/hg.vim" }

alacritty

Just insert alacritty/hg.yml content to your .config/alacritty/alacritty.yml file.

kitty

Just insert kitty/hg.conf content to your .config/kitty/kitty.conf file.

tmux

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.

Styleguide

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.

Build

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.

Preview

Javascript

Ruby

Credit

About

🎨 Color scheme for pure alchemists


Languages

Language:Vim Script 79.8%Language:Shell 6.8%Language:Lua 5.6%Language:Ruby 4.7%Language:JavaScript 3.0%