dexpota.kitty-themes/.tools
2019-08-19 12:04:54 +02:00
..
color_table.sh Added tools used to generate the previews. 2018-12-29 21:44:13 +01:00
convert.py Added script for theme generation. 2019-07-07 20:39:40 +02:00
convert_conf.swift Added some controls to the convertion script. 2018-12-31 17:21:17 +01:00
extract-vscode.sh Added script for theme generation. 2019-07-07 20:39:40 +02:00
generate_conf.sh Added script to convert from terminal plist and generate the conf files. 2018-12-29 22:34:12 +01:00
generate_theme_preview.sh New themes and some fixes. 2019-07-07 16:54:10 +02:00
generate_themes_previews.sh Updated script. 2019-07-07 17:58:42 +02:00
libcapture.sh Updated tools scripts. 2019-06-18 14:46:50 +02:00
markdown.sh Updated script to generate previews' markdown. 2019-06-19 07:59:38 +02:00
palette.py Added script to generate palette. 2019-07-13 14:25:40 +02:00
preview.py Modify theme preview. 2019-08-19 12:04:54 +02:00
previews.sh Added script to display previews and choose one theme. 2019-02-17 22:00:34 +01:00
README.md Added a README file on how to add a new theme. 2019-01-13 18:18:25 +01:00
template.conf Added a theme template file 2019-04-17 13:43:07 +02:00
template.conf.j2 Added script for theme generation. 2019-07-07 20:39:40 +02:00
windowid.swift Added tools used to generate the previews. 2018-12-29 21:44:13 +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;