Skip to content

Releases: benweier/Schemr

Schemr 2.2

15 Feb 13:45
Compare
Choose a tag to compare

This release adds detection for a scheme's brightness. The quick panel will show "[Dark]" or "[Light]" next to the scheme name to indicate its type making it easy to filter which schemes may go well with your theme.

Compatible with Sublime Text 2 and Sublime Text 3.

Schemr 2.1.0

15 Aug 03:08
Compare
Choose a tag to compare

This release introduces Favorites support.

New

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

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

Updated

  • Improved scheme detection for ST3 using the sublime.find_resources() method
  • Default binding changed in preparation for an update to Themr.