mk12 / base16-kitty

Base16 color scheme template for kitty.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base16 Kitty

My version of Base16 for kitty.

It departs from the official kdrag0n/base16-kitty repository in a few ways:

  • Different color mapping choices. For example, I use a blue cursor.
  • Always use 256-color variants, but not via base16-shell, which defeats the purpose of Base16.
  • A build setup geared around only building themes for kitty, not all the templates.
  • Ability to override theme repositories. I use this for my version of Solarized.

Usage

  1. pip3 install pybase16-builder
  2. ./update.sh
  3. ./build.sh

To use a local scheme repository, run ./register.sh path/to/repo. Next time you run update.sh, it will include this (overriding the official repository if there is one of the same name).

License

© 2020 Mitchell Kember

Base16 Kitty is available under the MIT License; see LICENSE for details.

About

Base16 color scheme template for kitty.

License:MIT License


Languages

Language:Shell 71.2%Language:Mustache 20.2%Language:Makefile 8.6%