Open impredicative opened 6 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.
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.