Generate a full 256 palette from base16 your colors.
demo.mp4
# view a theme
python3 main.py themes/century.dark.txt
# apply a theme temporarily
python3 main.py --apply themes/century.dark.txt
# generate a theme
python3 main.py --generate kitty themes/century.dark.txt > century.dark.confUse python3 main.py --help for more options and supported terminals.
All code in this repository is public domain. Use it, modify it, sell it. You do not need to credit me in any way.