Today I released an update to my plugin Schemr
This is a complete rewrite in order to move away from the “hacky” method I was using previously to update the command palette, as well as to improve the general elegance of the code. This version no longer pollutes the global command palette with all of the available colour schemes, but instead lists them in their own quick panel. I know some users may have appreciated having all schemes under the command palette and if there is demand for that behaviour then I’ll add a switchable setting.
New/updated/removed in this version:
-
Quick panel list can be opened with ctrl+alt+f5/super+alt+f5, or from “Schemr: List schemes” in the command palette
-
New commands to cycle forward/backward through schemes: ctrl+alt+f7/super+alt+f7 and ctrl+alt+f8/super+alt+f8
-
Removed the Reload Schemes command. All schemes are now refreshed upon using the quick panel or cycle commands
ST3 is fully supported. ST3 support is limited (see GitHub description) but is planned in the near future.
A similar update to my plugin Themr is also in the works and will be released over the weekend.