ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Declare​That​Color

by bertdida ST3

🎨 Declares CSS hex codes using Chirag Mehta's name that color tool - Sublime Text 3 plugin.

Details

Installs

  • Total 249
  • Win 154
  • Mac 62
  • Linux 33
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 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
Mac 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 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 1 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

Readme

Source
raw.​githubusercontent.​com

logo

Maintainability GitHub tag (latest SemVer) MIT License

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.

usage

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: - EditDeclare That Color to declare hex codes - EditUndeclare 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 PreferencesPackage SettingsDeclareThatColorSettings - 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.