douglasg14b / BetterConsoleTables

Faster, colorable, more configurable, and more robust console colors & tables for C# console applications
GNU Lesser General Public License v3.0
92 stars 16 forks source link

Table colors #2

Closed douglasg14b closed 3 years ago

douglasg14b commented 6 years ago

Something I really want to add in are table colors.

This will mean redesigning the table generation logic and configuration from scratch. I'm thinking of leaving the current non-colored table, and having a seperate class for colored tables. This ensures backwards compatibility (if anyone actually uses this library...), and keep the performance benefits of the current implementation.

I'll want to extract common items for the table and config into an interface, to make compatibility a bit simpler.