ColorSchemeEditor
"Real-time" color scheme editor plugin for Sublime Text 2/3.
Details
Installs
- Total 76K
- Win 48K
- Mac 16K
- Linux 12K
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 3 | 2 | 1 | 1 | 2 | 4 | 0 | 1 | 3 | 3 | 0 | 2 | 3 | 0 | 1 | 1 | 5 | 3 | 3 | 0 | 3 | 6 | 3 | 0 | 0 | 0 | 0 | 1 | 1 | 6 | 3 | 0 | 5 | 1 | 0 | 3 | 0 | 0 | 2 | 4 | 2 | 1 | 2 | 5 | 2 |
Mac | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 2 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 3 |
Linux | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 3 |
Readme
- Source
- raw.githubusercontent.com
ColorSchemeEditor
Real-time color scheme editor plugin for Sublime Text 2/3.
Screenshots
Automatic scope display
Quick color selection (thirdparty plugin)
Real-time preview
Usage
- Activate the color scheme you want to edit. it must be an editable file on your disk, not inside a
.sublime-package
. If you are using Sublime Text 3 and your theme is inside a package, install thePackageResourceViewer
plugin, open the Command Palette, type prv, and select **PackageResourceViewer: Open Resource
. Scroll down until you find the name of the package you want (the built-in color schemes are inColor Scheme - Default
) and hit Enter. You can now find the.tmTheme
file you want and hit Enter. The interface allows you to select more files, just hit Escape when you're done. Now, finally, you need to select **File -> Save
for each file you extracted, or it won't show up in yourPackages
folder (**Preferences -> Browse Packages...
**). Once you're done, you can close the.tmTheme
file tabs. - Open some code and press Shift+F12.
- Your color scheme should open in a separate pane.
- As you put the cursor on different source elements, the other pane will find and display the XML element that is affecting this element.
- If more than one style element affects the code element, the most relevant style match is displayed first. You can go to the other matches with
Ctrl+Alt+Right
andCtrl+Alt+Left
. - Change the styles as you wish and save so Sublime Text will reload the styles and display your changes.
- When you are done editing press Shift+F12 again or close the view of the color scheme file.
Authors
Borislav Peev (borislav.asdf at gmail dot com)