/CycleColorSchemes

Fast color scheme switching in Sublime Text 2 & 3.

Primary LanguagePython

This plugin has been merged into Schemr, which has many more features. (Thanks benweier!) I recommend trying that instead. This repository is preserved in case you want something more lightweight.


CycleColorSchemes is a plugin that lets you quickly switch between through your favorite color schemes in Sublime Text 2 or Sublime Text 3.

Cycle through color schemes with Next in cycle (Ctrl-M) and Previous in cycle (Ctrl-Shift-M).

Set which color schemes are in the cycle with Add current to cycle and Remove current from cycle. You can also manually edit the cycled_color_schemes preference. For example, putting this in your settings file lets you toggle between Solarized light and dark:

"cycled_color_schemes":
[
    "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
    "Packages/Color Scheme - Default/Solarized (Dark).tmTheme"
],