tartley / colorama

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

Style.DIM has no effect in PyCharm #195

Open impredicative opened 6 years ago

impredicative commented 6 years ago

I'm using colorama 0.4.0 on Ubuntu 16.04 with PyCharm 2018.2.4. Style.DIM works fine in the OS terminal, but it has no effect in the PyCharm terminal. Fwiw, I tested this under both the Darcula and Default color schemes of PyCharm. Can this be fixed by working around whatever limitation that PyCharm has? In contrast, Style.BRIGHT works fine in PyCharm. Thanks.

jcs090218 commented 5 years ago

I am not sure with this will solve the issue yet my first surmise is to check the python version you are currently running? Ascertain the python version are match that what this project mentions in the README file.