Skip to content

Conversation

SeerLite
Copy link
Contributor

In the following text with pseudo-escapes:

[color bright-red] text [color green] here

The word "here" should be regular green and not bright green. By interpreting the escape as bold, it doesn't get cleared the next time a color change occurs. This causes the "here" in the above example to be bright green.

This commit changes it so the already defined bright color names in COLORS are used instead, fixing the above issue.

In the following text with pseudo-escapes:
[color bright-red] text [color green] here

The word "here" should be regular green and not bright green. By interpreting
the escape as bold, it doesn't get cleared the next time a color change
occurs. This causes the "here" in the above example to be bright green.

This commit changes it so the already defined bright color names in COLORS are used
instead, fixing the above issue.
@eraserhd eraserhd merged commit c7fe51a into eraserhd:develop Jun 23, 2025
1 check passed
@eraserhd
Copy link
Owner

Thanks! I noticed that the 100-series non-standard codes had the same problem and fixed that as well.

@SeerLite
Copy link
Contributor Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants