It would be nice to be able to set our own custom colors, or at least say an array of colors, say maybe a 24-depth color that fallsback somehow. I just would like to be able to color my stdout log output with my own colors.
like
Logging::ColorScheme.add_color(:orange, Paint.color('orange'))
It would be nice to be able to set our own custom colors, or at least say an array of colors, say maybe a 24-depth color that fallsback somehow. I just would like to be able to color my stdout log output with my own colors.
like