kennethreitz / crayons

Text UI colors for Python.
https://pypi.python.org/pypi/crayons
MIT License
423 stars 30 forks source link

Blue is too dark on the black background #16

Closed stardust85 closed 5 years ago

stardust85 commented 6 years ago

System: Ubuntu 18.04 (LTS) Terminal: xfce-terminal (default terminal in XFCE) All fonts and appearance settings kept default

How to reproduce:

import crayons
for c in crayons.COLORS: print(getattr(crayons,c)(c))

Expected result: blue is readable

Actual result: blue is hardly readable

I guess this issue is a root cause of https://github.com/pypa/pipenv/issues/1923

stardust85 commented 6 years ago

workaround: use white backgroud or gnome-terminal which has white background by default

ParthS007 commented 5 years ago

Closing due to inactivity :+1: