Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Config generator won't match lowercase hex colours #688

Closed
davesmith00000 opened this issue Feb 7, 2024 · 0 comments
Closed

Bug: Config generator won't match lowercase hex colours #688

davesmith00000 opened this issue Feb 7, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers workaround

Comments

@davesmith00000
Copy link
Member

davesmith00000 commented Feb 7, 2024

The regex is wrong in ConfigGen at line 73.

This works: FFFFFF, but this doesn't ffffff. (#[A-Z0-9]*) should be (#[A-Za-z0-9]*).

The workaround is to use uppercase letters for colour values in your background color build config.

@davesmith00000 davesmith00000 added bug Something isn't working good first issue Good for newcomers workaround labels Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers workaround
Projects
None yet
Development

No branches or pull requests

1 participant