themecreator icon indicating copy to clipboard operation
themecreator copied to clipboard

Coloring Errors

Open BooleanCube opened this issue 2 years ago • 1 comments

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)

BooleanCube avatar Jan 01 '22 03:01 BooleanCube

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.

mswift42 avatar Jan 03 '22 09:01 mswift42