As I saw currently user can only select colours mentioned in this data type.
https://github.com/feuerbach/ansi-terminal/blob/5d65f48485182320ea05f90b5b002003515c089b/src/System/Console/ANSI/Types.hs#L39-L47
There shouldn't be too difficult to add additional function and maybe data type to wrap Colour from colour package so that user can write a message with any foreground or background colour (thanks to the this line). That would require to add colour package in the dependency list and to add some additional function available for users. If you think that this is a good idea, I can start working on this.
🎄 🎅 🎁
As I saw currently user can only select colours mentioned in this data type.
https://github.com/feuerbach/ansi-terminal/blob/5d65f48485182320ea05f90b5b002003515c089b/src/System/Console/ANSI/Types.hs#L39-L47
There shouldn't be too difficult to add additional function and maybe data type to wrap
Colourfromcolourpackage so that user can write a message with any foreground or background colour (thanks to the this line). That would require to addcolourpackage in the dependency list and to add some additional function available for users. If you think that this is a good idea, I can start working on this.🎄 🎅 🎁