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

Sublime​Web​Colors

by jbrooksuk ALL

Sublime Text Plugin for CSS Web Colors and expanding hex codes.

Details

Installs

  • Total 10K
  • Win 7K
  • Mac 2K
  • Linux 2K
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 Jun 12
Windows 0 0 0 1 0 0 0 0 0 2 1 0 0 0 0 0 2 0 1 0 1 0 1 2 0 0 1 1 0 0 0 0 1 0 0 0 1 4 2 0 0 1 0 0 0
Mac 0 0 0 0 0 0 0 0 0 1 0 0 1 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 1 0 0
Linux 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0

Readme

Source
raw.​githubusercontent.​com

SublimeWebColors

SublimeWebColors is a plugin for the growing popular editor Sublime Text. It simply lists all CSS3 color names indigo, gold, firebrick etc and expands them to their representing hex codes; #4B0082, #FFD700, #B22222.

SublimeWebColors also appends all CSS3 color names such indigo, gold, firebrick into the query suggestions list.

Compatibility

This plugin is fully compatible with Sublime Text 2 and 3!

Installation

Easiest way is to install via Package Control, just search for “SublimeWebColors”.

If you don't have Package Control (which you should do, it's amazing) then you can use Git. Just clone this directory to your Sublime Text /Packages directory.

Usage

Completions will only be displayed when the cursor is under a CSS scope. This is currently static, however I plan on adding a way to add scopes via a configuration file.

  • Windows: The default binding is set to ctrl+shift+u
  • Linux: The default binding is set to ctrl+shift+u
  • OSX: The default binding is set to super+shift+u

You can change these by overwriting the appropriate *.sublime-keymap

Credit

webcolors.py is a Python library developed by James Bennett, see BitBucket for his code.

License

MIT - http://jbrooksuk.mit-license.org