DeclareThatColor
🎨 Declares CSS hex codes using Chirag Mehta's name that color tool - Sublime Text 3 plugin.
Details
Installs
- Total 261
- Win 163
- Mac 65
- Linux 33
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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 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 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
DeclareThatColor is a Sublime Text 3 plugin that aims to help developers declare CSS hex codes to their human-readable color names. It does this by using the ported JavaScript library from Chirag Mehta's name that color tool.
Installation
Download Package Control and use the Package Control: Install Package command from the command palette. Using Package Control ensures DeclareThatColor will stay up to date automatically.
Usage
From the Sublime Text's main menu click on: - Edit → Declare That Color to declare hex codes - Edit → Undeclare That Color to revert declarations
Key bindings
DeclareThatColor doesn't ship with default key bindings, but you may use the template below to set up your own.
[
{ "keys": ["Your shortcut"], "command": "declare_that_color" },
{ "keys": ["Your shortcut"], "command": "undeclare_that_color" }
]
Settings
For a comprehensive list of settings navigate to Preferences → Package Settings → DeclareThatColor → Settings - Default or go to DeclareThatColor/declare_that_color.sublime-settings. To avoid your changes from being overwritten by updates, make sure all of your edits are saved to Settings – User.
Contribute
If you have any problem, idea or suggestion, feel free to create issues and pull requests on GitHub.
License
Distributed under the MIT license. See LICENSE for more information.
Author
Herbert Verdida / @bertdida
Credits
This work was inspired by Chirag Mehta's name that color tool, much thanks to him for open sourcing his JavaScript code!
Also, thanks to @Tobaloidee for designing this project's logo.