p-ranav / tabulate

Table Maker for Modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to write black text when Color::black does not exist

nepto opened this issue · comments

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.