ColorHelper
Sublime plugin that provides helpful color previews and tooltips
Details
Installs
- Total 130K
- Win 100K
- Mac 17K
- Linux 12K
Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 34 | 21 | 22 | 13 | 5 | 10 | 18 | 18 | 18 | 10 | 21 | 15 | 15 | 26 | 23 | 19 | 16 | 17 | 14 | 18 | 10 | 6 | 8 | 13 | 11 | 9 | 12 | 6 | 9 | 17 | 8 | 9 | 11 | 7 | 14 | 13 | 9 | 11 | 4 | 6 | 9 | 17 | 9 | 15 | 18 | 7 |
Mac | 1 | 6 | 7 | 2 | 3 | 1 | 6 | 10 | 4 | 3 | 1 | 2 | 1 | 5 | 8 | 8 | 8 | 4 | 7 | 9 | 5 | 0 | 1 | 4 | 3 | 2 | 3 | 6 | 5 | 2 | 1 | 2 | 3 | 2 | 3 | 1 | 0 | 2 | 1 | 6 | 2 | 3 | 3 | 3 | 4 | 0 |
Linux | 0 | 5 | 2 | 1 | 1 | 2 | 9 | 4 | 1 | 5 | 3 | 1 | 5 | 2 | 4 | 4 | 4 | 6 | 5 | 1 | 6 | 1 | 2 | 2 | 4 | 4 | 0 | 3 | 3 | 5 | 1 | 2 | 4 | 2 | 2 | 3 | 2 | 1 | 2 | 3 | 1 | 4 | 8 | 6 | 3 | 3 |
Readme
- Source
- raw.githubusercontent.com
ColorHelper
ColorHelper makes working with colors easier by providing inline color previews in your documents (ST3 build 3118+) and offers popups with color previews, color conversion, and allows the storing and accessing of favorite colors in color palettes. It even provides tools for calculating color contrast, interpolating between colors, and more.
Features
- Inline color previews.
- Useful tooltip popups that show the previews of selected colors.
- Support colors in CSS, SCSS, SASS, HTML attributes, and more.
- Allow saving, accessing, and managing colors in named color palettes all from the tooltip.
- Select and insert colors from the color palettes via the tooltip.
- Translate an existing color form to a new form the tooltip. Supports
rgb
,hsl
,hwb
,lch
,lab
, and more! - Color picker, color interpolating, color contrast tool, and more!
Documentation
https://facelessuser.github.io/ColorHelper/
License
ColorHelper is released under the MIT license.
Copyright © 2015 - 2023 Isaac Muse isaacmuse@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE