tartley / colorama

Simple cross-platform colored terminal text in Python
BSD 3-Clause "New" or "Revised" License
3.56k stars 253 forks source link

Light mode vs. Dark mode #329

Closed renejsum closed 2 years ago

renejsum commented 2 years ago

I am using colorama with python logging and in light mode terminals the text is almost impossible to read. structlog uses BRIGHT for text. I could ask structlog to change that, but it occured to me that it might be better with a light/dark mode option for colorama?

Have anyone considered adding light/dark mode to colorama?

tartley commented 2 years ago

It's a creative idea, but my motivation for it is low. Colorama is in maintenance mode, because of a shortage of people who contribute time and effort to maintain it, so I'm avoiding any new features which might increase the maintenance burden.