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 #24

Closed arcticicestudio closed 5 years ago

arcticicestudio commented 5 years ago

Resolves #22 Includes #20 Co-authored-by: Kai En muikaien1@gmail.com

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. This PR migrates Nord 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“

The following additional changes and additions for features that have been introduced with the new JSON color scheme format are included:

The now officially deprecated .tmTheme color scheme format file has been removed and is not supported by the Nord theme package anymore.