primer / github-syntax-theme-generator

Uses a prettylights theme object to generate syntax themes for multiple platforms
MIT License
156 stars 33 forks source link

Separating the json theme object into 2 theme files dark/light #2

Closed jonrohan closed 8 years ago

jonrohan commented 8 years ago

We were doing some tricky things to use one json object for both things. This was overcomplicated. I've separated out the two themes into separate json files. This makes things more straight forward and eliminates the need to enumerate on static arrays of variations and merge settings objects.