mswift42 / themecreator

https://mswift42.github.io/themecreator/ create themes for intellij, textmate, textadept, atom, emacs, vim and gnome terminal.
GNU General Public License v3.0
404 stars 33 forks source link

Coloring Errors #17

Open BooleanCube opened 2 years ago

BooleanCube commented 2 years ago

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 commented 2 years ago

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.