Schemr
A color scheme selector for Sublime Text.
Details
Installs
- Total 27K
- Win 11K
- Mac 10K
- Linux 6K
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 | 1 | 0 | 0 | 1 | 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 | 0 | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Linux | 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 | 0 | 0 | 1 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
About
Schemr allows you to quickly change your color scheme using the command palette and keyboard shortcuts. With Schemr, you get commands to easily cycle forward, backward and randomly through your available color schemes.
Features
- Full compatibility with Sublime Text 2 and 3.
- Preview the selected color scheme as you navigate through the quick panel. [ST3 ONLY]
- Color schemes can be favorited for even faster access.
- Set syntax-specific color schemes for your favorite languages. Use your favorite schemes for your favorite languages!
- Displays
[Dark]
or[Light]
in the scheme list to easily filter by type. - Automatically loads all available
.tmTheme
files, including those found inside.sublime-package
files.
Installation
Install Schemr through Package Control, or download and extract it into your Sublime Text Packages
folder.
Contributors
- Max - Favorites support and code refactoring
Usage
Schemr: List schemes displays all the available schemes in alphabetical order.
- Default binding: Alt+F5 (Windows/Linux) Option+F5 (OSX)
Schemr: Next scheme switches immediately to the alphabetically next color scheme.
- Default binding: Alt+F7 (Windows/Linux) Option+F7 (OSX)
Schemr: Previous scheme switches immediately to the alphabetically previous color scheme.
- Default binding: Alt+F8 (Windows/Linux) Option+F8 (OSX)
Schemr: Random scheme switches immediately to a random color scheme that you have installed.
- Default binding: Alt+F10 (Windows/Linux) Option+F10 (OSX)
Favorites
Schemr: Add current scheme to favorites and Schemr: Remove current scheme from favorites add and remove the currently selected color scheme to your favorites list.
- You can also edit your favorites list manually through Preferences > Package Settings > Schemr.
Schemr: List favorite schemes displays your favorite schemes in alphabetical order.
- Default binding: Alt+Shift+F5 (Windows/Linux) Option+Shift+F5 (OSX)
Schemr: Next favorite scheme switches immediately to the alphabetically next color scheme in your favorites.
- Default binding: Alt+Shift+F7 (Windows/Linux) Option+Shift+F7 (OSX)
Schemr: Previous favorite scheme switches immediately to the alphabetically previous color scheme in your favorites.
- Default binding: Alt+Shift+F8 (Windows/Linux) Option+Shift+F8 (OSX)
Schemr: Random favorite scheme switches immediately to a random color scheme in your favorites.
- Default binding: Alt+Shift+F10 (Windows/Linux) Option+Shift+F10 (OSX)
Syntax Specific Settings
Syntax specific color schemes will override the behavior of all other commands for listing and switching schemes! Reset the syntax specific scheme setting to return to the normal behavior.
Schemr: Set scheme for current syntax displays the scheme selection list to choose a color scheme for the syntax mode of the current file.
Schemr: Reset scheme for current syntax removes the color scheme setting for the syntax mode of the current file. Only available if a syntax specific color scheme has been set.
User Settings
These settings are available to control some of Schemr's behavior. Add them to Preferences.sublime-settings
if you wish to override the default value.
schemr_brightness_threshold
: Integer 0-255. Defaults to 100.
The brightness theshold setting allows you to define where the cutoff occurs between Dark and Light themes. Higher values indicate increasing brightess approaching white, while lower values indicate decreasing brightess approaching black.
schemr_brightness_flags
: Boolean true|false. Defaults to true.
The brightness flags setting allows you to disable the “[Dark]” or “[Light]” text that appears after the scheme name in the quick panel. Disabling this will turn off color scheme parsing entirely and may increase performance if you have a large number of schemes.
schemr_preview_selection
: Boolean true|false. Defaults to true.
If you are using Sublime Text 3, you can enable/disable previewing the highlighted color scheme as you move through the scheme list. Some performance issues related to the SublimeLinter and Color Highlighter plugins may be resolved by disabling this setting.
Note about SublimeLinter and Color Highlighter
To improve the user experience, Schemr filters schemes that contain (SL)
or (Color Highlighter)
from being listed or activated with Schemr commands. These schemes can still be enabled manually through the application menu or user settings file.
If a color scheme does not define colors for the SublimeLinter or Color Highlighter, the scheme file is extended and the written to a file in the Packages/User
directory. If you switch between a lot of schemes this can quickly pollute the scheme list with many duplicates. Activate the base color scheme through Schemr and SublimeLinter/Color Highlighter will switch to their version automatically.