I have searched for a quite a while to understand the format of the theme file particularly the color.
For example, how do i parse the color under, say ANSIBlueColor:
<key>ANSIBlueColor</key>
<data>
YnBsaX...
</data>
Looks like the data (color value) is base64 encoded which when I decode gives some binary data. So, how do I parse the binary data to extract the color values for ANSIBlueColor?
Would be a huge help if you can shed some light on this. Thanks 🙏