nordtheme / sublime-text

An arctic, north-bluish clean and elegant Sublime Text theme.
https://www.nordtheme.com/ports/sublime-text
MIT License
140 stars 12 forks source link

Transition to new JSON based syntax color scheme format #22

Closed arcticicestudio closed 5 years ago

arcticicestudio commented 5 years ago

As of Sublime Text 3 build 3149, a new JSON based color scheme format .sublime-color-scheme was introduced for easier editing, customization and addition of new features. The documentation for the new format is available at the main Color Schemes documentation. Nord will migrate to the new format (JSON) from the now deprecated/legacy .tmTheme format (XML).

All versions greater or equal to 3.1 build 3120 come with a builtin tool to convert legacy themes to the new format through the command palette only when the files is opened in the editor: „Convert Color Scheme“

@kaine119 already submitted #20 that'll be used as base and will be extended to align with Nord's style guidelines, adding missing keys and using the color palette feature that allows to define variables instead of using "hard-coded" HEX values.