JetBrains / colorSchemeTool

Apache License 2.0
452 stars 81 forks source link

Capitalize all colors before writing to file #22

Closed TwiN closed 6 years ago

TwiN commented 6 years ago

Related to JetBrains/intellij-community#837

Added capitalize_colors() method which is executed before writing the scheme to a file. It iterates over each element, checks if there's a value attribute, and if it does, it applies .upper() to said value.

The goal is simply to get rid of inconsistencies in colors (currently, some are uppercase, some are lowercase).

I haven't overwritten the intellijThemes folder because I figured you'd want to see the changes for yourself when run.bat is ran.

denofevil commented 6 years ago

Thank you! I'll regenerate the color schemes myself

TwiN commented 6 years ago

No problem @denofevil