ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Cuttlefish

by csun ST3

A Sublime Text 3 package for easy switching between themes. Inspired by Camaléon, another Sublime Text package.

Details

  • 2014.05.30.20.46.27
  • github.​com
  • github.​com
  • 10 years ago
  • 34 minutes ago
  • 10 years ago

Installs

  • Total 176
  • Win 89
  • Mac 62
  • Linux 25
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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
Mac 0 0 0 0 0 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 1 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!