dotfiles/private_dot_config/kitty/kitty-themes/dot_tools
2023-04-30 01:21:51 +03:00
..
convert.py Initial commit 2023-04-30 01:21:51 +03:00
executable_color_table.sh Initial commit 2023-04-30 01:21:51 +03:00
executable_convert_conf.swift Initial commit 2023-04-30 01:21:51 +03:00
executable_extract-vscode.sh Initial commit 2023-04-30 01:21:51 +03:00
executable_generate_conf.sh Initial commit 2023-04-30 01:21:51 +03:00
executable_generate_theme_preview.sh Initial commit 2023-04-30 01:21:51 +03:00
executable_generate_themes_previews.sh Initial commit 2023-04-30 01:21:51 +03:00
executable_libcapture.sh Initial commit 2023-04-30 01:21:51 +03:00
executable_markdown.sh Initial commit 2023-04-30 01:21:51 +03:00
executable_previews.sh Initial commit 2023-04-30 01:21:51 +03:00
executable_windowid.swift Initial commit 2023-04-30 01:21:51 +03:00
palette.py Initial commit 2023-04-30 01:21:51 +03:00
preview.py Initial commit 2023-04-30 01:21:51 +03:00
README.md Initial commit 2023-04-30 01:21:51 +03:00
template.conf Initial commit 2023-04-30 01:21:51 +03:00
template.conf.j2 Initial commit 2023-04-30 01:21:51 +03: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;