mswift42/themecreator

Coloring Errors

BooleanCube opened this issue · 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)

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.