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

Huely Palette Extractor

by jeloi ALL

A sublime plugin to extract and visualize colors in your code using huely.co

Details

  • 0.1.0
  • huely.​co
  • github.​com
  • 10 years ago
  • 1 hour ago
  • 10 years ago

Installs

  • Total 2K
  • Win 891
  • Mac 475
  • Linux 227
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 1 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 1 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 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Huely Palette Extractor - Sublime Plugin

A sublime plugin to extract and visualize colors in your code in a nice interactive palette.

This is a plugin for huely.co, and requires an internet connection to work.

Installation

(Coming Soon) With Package Control:
Run “Package Control: Install Package” command, find and install the Huely Palette plugin. Restart Sublime if necessary.

Manually:
Clone or download git repo into your packages folder (in ST, find Browse Packages… menu item to open this folder) Restart Sublime if necessary.

Usage

Default OSX Keybinding: ctrl+shift+h

Setup your own keybinding by inserting the follow in your user keybindings file:

{ “keys”: [“ctrl+shift+h”], “command”: “huely_extract” }

Technical Info, ICYW

  • The plugin submits a post request to the huely “API”, with the text data in your current file.
  • If there are colors to be extracted, huely creates a palette and returns with 200:OK and the palette ID.
  • The plugin then uses webbrowser to open your browser to the palette page.
  • Don't count on your palettes being permanently reachable! Huely is currently hosted on meteor.com and I don't own the DB.