printstyled, which is used internally to print, allows for colors that are integers, corresponding to an 8 bit pallete. Would you consider allowing this possiblity here as well? At the moment a straightforward conversion error is thrown when trying to assign integer to color, as the constructor tries to convert it to Symbol.
printstyled, which is used internally to print, allows for colors that are integers, corresponding to an 8 bit pallete. Would you consider allowing this possiblity here as well? At the moment a straightforward conversion error is thrown when trying to assign integer tocolor, as the constructor tries to convert it toSymbol.