Metadata-Version: 2.4
Name: itc2kc
Version: 0.1.0
Summary: A converter for iTerm2 to kitty themes
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: lxml>=5.3.1
Description-Content-Type: text/markdown

# itc2kc (pronounced: it-see-too-kay-see)

A stupidly named utility to convert an iTerm2 theme to a `kitty` theme. This script uses `lxml` to parse the `.itermcolors` file provided as input and transform into a `.conf` file to be used by `kitty`

## Acknowledgements

- Bliss iTerm2 Theme by @joshjon
- kitty
- This script was a starting point generated by Claude. Read more about how I made this on my blog [link here]
