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.
Hi! I'm new to using ANSI codes, so I may be missing something, but I noticed that when a
0or1is added as an<r>,<g>, or<b>value, the color doesn't print as expected. The0resets the color and the1makes 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.