dotfiles/tycho/kitty/kitty-themes/.tools
2020-12-21 15:13:39 +01:00
..
color_table.sh Initial commit 2020-12-21 15:13:39 +01:00
convert.py Initial commit 2020-12-21 15:13:39 +01:00
convert_conf.swift Initial commit 2020-12-21 15:13:39 +01:00
extract-vscode.sh Initial commit 2020-12-21 15:13:39 +01:00
generate_conf.sh Initial commit 2020-12-21 15:13:39 +01:00
generate_theme_preview.sh Initial commit 2020-12-21 15:13:39 +01:00
generate_themes_previews.sh Initial commit 2020-12-21 15:13:39 +01:00
libcapture.sh Initial commit 2020-12-21 15:13:39 +01:00
markdown.sh Initial commit 2020-12-21 15:13:39 +01:00
palette.py Initial commit 2020-12-21 15:13:39 +01:00
preview.py Initial commit 2020-12-21 15:13:39 +01:00
previews.sh Initial commit 2020-12-21 15:13:39 +01:00
README.md Initial commit 2020-12-21 15:13:39 +01:00
template.conf Initial commit 2020-12-21 15:13:39 +01:00
template.conf.j2 Initial commit 2020-12-21 15:13:39 +01:00
windowid.swift Initial commit 2020-12-21 15:13:39 +01:00

kitty-tools

A bunch of useful scripts used to convert schemes and generate files.

Process overview

  1. Find a nice theme and check the licensing, is it possible to distribute the theme?
  2. Generate the configuration file for kitty;
  3. Add a new preview for the theme;
  4. Update the README.md;