Skip to content

Releases: benweier/Themr

Themr 2.1.1

16 Aug 11:45
Compare
Choose a tag to compare

Updated

Default keybindings have been changed to avoid a conflict with Schemr

Removed

The themr_allow_preview setting has been removed

Themr 2.1.0

10 Aug 07:25
Compare
Choose a tag to compare

This release introduces Favorites support.

New

  • Mark themes as favorites with the 'Add current theme to favorites' command
  • Unmark themes as favorites with the 'Remove current theme from favorites' command
  • View your favorite themes with the 'List favorite themes' command
  • Cycle through your favorite themes with the 'Next/Previous/Random favorite theme' command

'List favorite themes' is only available when 1 or more themes are marked as favorites.
'Next/Previous/Random favorite theme' is only available when 2 or more themes are marked as favorites.
'Add/Remove current theme' only one is ever available at a time depending on whether or not the active theme is favorited.

Updated

  • Improved theme detection for ST3 using the sublime.find_resources() method (thanks @int3h)