VxAPI icon indicating copy to clipboard operation
VxAPI copied to clipboard

colors.py :: Change foreground color with background color

Open datorr2 opened this issue 5 years ago • 0 comments

In colors.py, there are three different color declarations that change the background color, but not the foreground color. I use a terminal with a black background and a grey default font. When the background becomes a bright color, the text is extremely difficult to read.

Perhaps specify a dark foreground color with the background to ensure that it's visible? As soon as I added "Fore.BLACK + " in front of the "Back.COLOR", the text was much easier to read.

datorr2 avatar May 21 '19 16:05 datorr2