Gutter Color
A Sublime Text 3 plugin which displays a colour in the gutter if the line contains a colour.
Details
Installs
- Total 109K
- Win 61K
- Mac 30K
- Linux 18K
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 | 3 | 1 | 0 | 2 | 1 | 0 | 6 | 0 | 0 | 2 | 2 | 1 | 3 | 0 | 2 | 2 | 2 | 2 | 1 | 3 | 2 | 2 | 3 | 0 | 6 | 1 | 3 | 1 | 2 | 4 | 5 | 1 | 1 | 0 | 3 | 3 | 4 | 4 | 1 | 1 | 3 | 0 | 8 | 2 | 4 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 2 | 0 | 2 | 0 | 2 | 1 | 0 | 1 | 0 | 3 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 1 | 3 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 1 | 2 | 1 | 2 | 0 | 1 | 1 | 1 | 2 | 0 | 1 | 3 | 0 | 0 | 2 |
Readme
- Source
- raw.githubusercontent.com
Gutter Color
Gutter Color is a cross-platform Sublime Text plugin which displays a colored icon for all lines which contain a color.
Requirements
Configure
- Install ImageMagick
- Set the
convert_path
inPreferences: Package Settings > GutterColor > Settings – User
to the location of the ImageMagickconvert
script:
{
"convert_path" : "/usr/local/bin/convert"
}
- For help with either, view this blog post by Wes Bos
- Additional user settings:
supported_syntax
sets the filetypes the script runs in.use_transparency
determines whether to draw RGBA, HSLA, and custom formats with alpha channels enabled, compositing the fill color over a checkered gray background. Setting this to"light"
is the same astrue
, but uses a lighter checkerboard.custom_colors
adds additional regexes for custom color string formats, along with associated string matching and affixing rules. (See default settings file.)fix_color_schemes
enables automatic editing of the current tmTheme to correct ST's icon tinting. (See Icon Tinting and Light Color Schemes below.)
Troubleshooting
Fixing ImageMagick on OSX
If you're experiencing issues with ImageMagick (installed via brew) when using GutterColor on OSX, follow these instructions to fix it.
- Uninstall IM with
brew uninstall imagemagick
- Install again with a couple of options
brew install imagemagick --with-xz --with-font-config --with-little-cms --with-little-cms2
- Check the location of
convert
withtype convert
- Copy the location and edit the GutterColor/Settings - User
convert_path
to be the value of step 3.
Icon Tinting and Light Color Schemes
Sublime Text automatically tints gutter icons to match your background color settings. Unfortunately this can cause Gutter Color's samples to vary from slightly inaccurate to completely black. To counteract this effect, Gutter Color can generate a new copy of your current color scheme that sets the background to black only for the scope of the plugin. You will not see any visual changes other than the icons.
- To manually update a color scheme, open the Command Palette and select
GutterColor: Fix Current Color Scheme
. - Alternatively, the plugin can run this process automatically via the setting
fix_color_schemes
.
Other Display Issues
Sublime's placeholder image is a red-and-yellow-striped box. If you are seeing these, it is most likely that Gutter Color cannot find ImageMagick to generate the samples. Double-check that you have your convert_path
setting and/or your PATH
environment variable set correctly, and restart Sublime Text. If the problem persists, feel free to contact us.
TODO
- Add support for SASS/LESS variables
- Backport to ST2
- Handle conflicts with GitGutter/VCS Gutter
- Support for CSS gradients
- Better cleanup processes
Thanks
Thanks to all of the contributors who continue to improve GutterColor!
License
MIT.