dexpota.kitty-themes/.tools
2019-04-17 13:43:07 +02:00
..
color_table.sh Added tools used to generate the previews. 2018-12-29 21:44:13 +01:00
convert_conf.swift Added some controls to the convertion script. 2018-12-31 17:21:17 +01: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 Added script to generate preview for a single theme. 2019-04-17 13:25:16 +02:00
generate_themes_previews.sh Fixes and docs to the script for generation of previews. 2019-04-17 12:56:16 +02:00
markdown.sh Added script to generate README file with previews. 2018-12-29 22:30:09 +01: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
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;