Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 890 Bytes

CONTRIBUTING.md

File metadata and controls

34 lines (23 loc) · 890 Bytes

Contributing

This repository includes a GitHub Action that builds the colorschemes once a week. This keeps the colorschemes up-to-date automatically.

Building

Dependencies

Usage for template editing

  1. Install tinted-builder-rust
  2. tinted-builder-rust build path/to/base16-vim

Usage for adding or editing a colorscheme

  1. Clone base16-vim
  2. Install tinted-builder-rust
  3. Execute tinted-builder-rust build path/to/base16-vim
tinted-builder-rust build /path/to/base16-vim \
  --schemes-dir /path/to/tinted-schemes

If you have more questions about tinted-builder-rust, have a look at the information on the GitHub page.