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

Solarized Toggle

by damccull ALL

A very simple plugin that lets you toggle between color schemes.

Details

Installs

  • Total 15K
  • Win 7K
  • Mac 5K
  • Linux 3K
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 Oct 7
Windows 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 2 0 0 0 0 1 1 0 0 0 1 0 0 0 2 1 1 1 0 0 1 1
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 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0
Linux 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 1 0 0 0 0 0 0 0 0 1 1 0 0 0 2 1 0 0 1 1

Readme

Source
raw.​githubusercontent.​com

No Longer Under Active Development

Solarized Toggle

Introduction

Solarized Toggle is a very simple plugin originally written to allow users of Sublime Text 2 and Sublime Text 3 to easily switch between light and dark versions of the Solarized color scheme.

Now any color scheme included with Sublime Text or installed separately can be used with a change to the plugin's settings file. The font settings can also be toggled between the differnt modes. You can also choose to use the built in theme switcher to toggle between two different themes at the same time.

Why use this plugin? Instead of having to manually click Preferences->Color Scheme->Some Colors, you can simply press F12 (CMD+F12 on OSX, Control+F12 on Linux) in order to toggle between two themes. If you enable the theme switcher, you can also easily toggle between themes that compliment your color schemes.

New features in this version

Contribute to this code:

  • Fork the project, write a patch, submit a pull request.
  • Reporting issues or request features in the Issues tab.

Installation

This plugin can be installed by using the Package Control plugin, or manually.

Package Control (preferred)

  1. Install the Package Control plugin if you haven't already.
  2. Simply press CTRL-SHIFT-P from inside Sublime Text, then type PCI, and press enter. This will open the package installation browser.
  3. Type 'Solarized Toggle' then press enter.

Manual Installation

  1. Download the current version of the plugin.

Sublime Text 2

  1. In Sublime Text 2, click Preferences->Browse Packages.
  2. Unzip the file you downloaded into that directory.
  3. Rename the folder you just unzipped to 'Solarized Toggle'.

Sublime Text 3

  1. In Sublime Text 3, click Preferences->Browse Packages.
  2. Go up one level, then open the Installed Packages folder.
  3. Copy the zip file you downloaded here, and rename it to 'Solarized Toggle.sublime-package'.

Congratulations. The plugin is now installed. Test it by pressing F12 a few times.

Notes

  • This plugin will overwrite the following settings in your Preferences.sublime-settings (USER) file:
    • color_scheme
    • font_face, font_size, font_options, (if font switching is enabled)
    • theme (if theme switching is enabled)
  • Prior to Sublime Text 3 build 3114, there is an issue with the theme switcher for both Sublime Text 2 and 3 where the window sometimes does not update the entire theme, leaving some artifacts of the previous theme behind. This is a limitation of Sublime Text itself. To fix the issue, simply resize or minimize/restore your window. This will cause the window to redraw itself with the new theme. Upgrading to a version starting with Sublime Text 3 build 3114 will also fix this problem.