themer-kitty
v1.0.1
Published
A kitty terminal emulator template for Themer.
Downloads
4
Readme
themer-kitty
A kitty theme template for themer.
Installation and usage
npm install themer-kitty
Then pass themer-kitty
as a template to themer when generating:
themer -c my-colors.js -t themer-kitty -o gen
Output
themer-kitty
will generate a file for each enabled colorscheme (light or dark), which will be in the output directory as light.config
or dark.config
.
Pick the one you want to use and copy it's contents into your $HOME/.config/kitty/kitty.conf
file (or ~/Library/Preferences/kitty/kitty.conf
on macOS).
License
MIT, see LICENSE.