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
Hi! I'm new to using ANSI codes, so I may be missing something, but I noticed that when a 0 or 1 is added as an <r>,<g>, or <b> value, the color doesn't print as expected. The 0 resets the color and the 1 makes the color bold. There doesn't appear to be any issues with other numbers. From the small amount of testing I did, colors print as expected 2-255 in the <r>,<g>, or <b> placements. Also in case it's helpful, the languages I tested this in were Bash and Python.
The text was updated successfully, but these errors were encountered:
Actually, it looks like it is affecting other numbers, as well. I just had an issue with the number 37 the <b> value doing something wonky as well. I think maybe there is some issue with the code treating rgb values as font effects or escape values instead of as color values.
Hi! I'm new to using ANSI codes, so I may be missing something, but I noticed that when a
0
or1
is added as an<r>
,<g>
, or<b>
value, the color doesn't print as expected. The0
resets the color and the1
makes the color bold. There doesn't appear to be any issues with other numbers. From the small amount of testing I did, colors print as expected 2-255 in the<r>
,<g>
, or<b>
placements. Also in case it's helpful, the languages I tested this in were Bash and Python.The text was updated successfully, but these errors were encountered: