You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just testing and running things with termgraph when I noticed that the colors of the graphs seemed a little off. I thought it might the color scheme of Windows Terminal. But on further checking, I found out that the color codes in colorama.Fore and the ones in termgraph are different. Below is the code I ran for checking it.
I hope you update the colors accordingly if needed.
The text was updated successfully, but these errors were encountered:
From peaking at the AVAILABLE_COLORS enum in termgraph.py, I think via colorama, its not using the true colors, but rather their ANSI formatting codes. In a 16 or 256 color terminal emulator, these colors can change slightly or greatly depending on your terminal's palette. Is your palette from your screenshot of Solarized, or a similar variant?
A possible fix, try your code and some termgraph tests with either the Tango, XTerm, or Linux Console palettes.
I was just testing and running things with termgraph when I noticed that the colors of the graphs seemed a little off. I thought it might the color scheme of Windows Terminal. But on further checking, I found out that the color codes in
colorama.Fore
and the ones intermgraph
are different. Below is the code I ran for checking it.I hope you update the colors accordingly if needed.
The text was updated successfully, but these errors were encountered: