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

Coloring Errors #17

Open
BooleanCube opened this issue Jan 1, 2022 · 1 comment
Open

Coloring Errors #17

BooleanCube opened this issue Jan 1, 2022 · 1 comment

Comments

@BooleanCube
Copy link

image
the numbers in the for loop like 0 and 2 are constants but they don't take the correct color, instead I believe they use the color of the mainfg
and similarly the .length dont take the color of the builtins either (im not entirely sure if thats right or wrong though)

@mswift42
Copy link
Owner

mswift42 commented Jan 3, 2022

Numbers use color mainfg and not constant color. This was done deliberately, because I don't want themes to look like
a "rainbow salad."

About .length not using builtin color: I need to check if this is correct or not. I'm not sure myself, but I'll get back to you on this.

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

No branches or pull requests

2 participants