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

[Enhancement] Add pseudo-bold & dim for RGB colors #21

Open douglasg14b opened 3 years ago

douglasg14b commented 3 years ago

Right now if you try and bold or dim an RGB colored piece of text, nothing happens.

This is because RGB already sets the intensity and the majority or terminals will not try and change that with the bold sequence.

I could detect that we are using RGB & bold/dim at the same time, and then manually adjust the intensity of the provided RGB.