Cuttlefish
A Sublime Text 3 package for easy switching between themes. Inspired by Camaléon, another Sublime Text package.
Details
Installs
- Total 186
- Win 93
- Mac 66
- Linux 27
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Cuttlefish
A Sublime Text 3 package for easy switching between settings/theme presets. Inspired by Camaléon, another Sublime Text package.
Installation
Installation through Package Control (https://sublime.wbond.net/) is recommended.
Usage
By default, Cuttlefish mostly uses the command palette to handle saving and changing presets.
To save your current settings as a preset, use “Cuttlefish: Save Current Settings As Preset”. By default, Cuttlefish only saves color scheme, font face, and font size, but this can be changed through settings (see Customization). For loading, deleting, and quick switching presets, use the respective similarly named commands. Just like with Camaléon, F8 and Shift+F8 cycle forwards and backwards through your presets by default.
Customization
If you prefer to add presets manually, you can find the Cuttlefish user settings in the Preferences menu, under Package Settings. If you've already saved a preset, its format should be pretty self-evident.
By default, each preset controls the color_scheme
, font_face
, and font_size
settings, but this can be changed. If you'd like Cuttlefish presets to remember more (or less) of your settings, open your Cuttlefish settings file, and set controlled_settings
to an array of settings names that you want controlled.
If you'd like to add custom keybindings, Cuttlefish exposes the following commands:
cuttlefish_cycle
takes an argument direction
which can be either “next” or “previous”. It cycles through your list of presets, switching to either the next or previous preset.
cuttlefish_save
saves your current settings to a preset.
cuttlefish_load
loads a saved preset.
cuttlefish_delete
deletes a saved preset.
License and Parting Wishes
Cuttlefish is released under the GPLv3. Have fun!