tabulate
tabulate copied to clipboard
How to write black text when Color::black does not exist
Tabulate is awesome and I am creating so many nice tables using it.
However, I cannot find a way how to write black text on a colorful background, because the Color::black
constant does not exist.
When I use Color::none
, it defaults to white color.