Skip to content

Theme Engine v1.0.1

Latest
Compare
Choose a tag to compare
@pbroom pbroom released this 10 Apr 19:13
· 45 commits to main since this release
b2ff60f

New Features

  • Persistent data storage: The plugin will save any changes made within the document.
  • Color name tokens for aliases: When naming aliases, use the $ symbol to substitute the name of its parent color. Heads-up—it's been programmed to camel-case itself if the $ symbol is preceded by an alphabetic character.

Bug Fixes

  • The Tailwindy theme no longer creates all its aliases with matching IDs. d6d00d7
  • Tones now properly update when the tones field is empty. As a bonus, leaving the tones field empty will now return no primitive tones. If you want all tones 0-100, simply enter all in the tones field. e4621e2
  • The output preview gradient, tones preview, and alias previews no longer lag behind by one state change when selecting a new source hex color. 40bad05 and a6f3b05
  • The output preview gradient, tones preview, and alias previews now correctly update to reflect the chosen theme and selected color when you delete a theme instead of showing the preview colors of the deleted theme. 3f99584