dempfi / ayu

🎨🖌 Modern Sublime Text theme
MIT License
4.29k stars 322 forks source link

Fix bug where settings property is provided an obj instead of an array #283

Closed JamyGolden closed 2 months ago

JamyGolden commented 10 months ago

There is a bug where the settings property https://github.com/dempfi/ayu/issues/281:

Errors parsing theme:
  "settings" must be a vector in Packages/ayu/ayu-light.sublime-theme:464:15

This change keeps the intended value in the settings, but fixes the error message and therefore actually applies the intended styling.

deathaxe commented 2 months ago

We shouldn't revert to ST3 syntax.

ST3 users should instead use a ST3 compatible release from before PR https://github.com/dempfi/ayu/pull/251.

JamyGolden commented 2 months ago

:+1: