Generate a full 256 palette from base16 your colors. Terminals should do this by default.
demo.mp4
# view a theme
python3 color256.py themes/century.dark.txt
# apply a theme temporarily
python3 color256.py --apply themes/century.dark.txt
# generate a theme
python3 color256.py --generate kitty themes/century.dark.txt > century.dark.confUse python3 color256.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.