├── HSL_Color_Picker.sketchplugin └── Contents │ ├── Resources │ ├── bg_transparent_pattern.svg │ ├── hsl.html │ ├── icon.png │ ├── icon_add.svg │ ├── icons │ │ ├── hsl_alipay.png │ │ ├── hsl_github.png │ │ ├── hsl_h.png │ │ ├── hsl_icon.png │ │ ├── hsl_l.png │ │ ├── hsl_paypal.png │ │ ├── hsl_s.png │ │ └── hsl_wechat.png │ └── style.css │ └── Sketch │ ├── MochaJSDelegate.js │ ├── hsl_color_picker.cocoascript │ └── manifest.json └── README.md /HSL_Color_Picker.sketchplugin/Contents/Resources/bg_transparent_pattern.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/bg_transparent_pattern.svg -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/hsl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/hsl.html -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/icon.png -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/icon_add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/icon_add.svg -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_alipay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_alipay.png -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_github.png -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_h.png -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_icon.png -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_l.png -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_paypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_paypal.png -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_s.png -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/icons/hsl_wechat.png -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Resources/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Resources/style.css -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Sketch/MochaJSDelegate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Sketch/MochaJSDelegate.js -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Sketch/hsl_color_picker.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Sketch/hsl_color_picker.cocoascript -------------------------------------------------------------------------------- /HSL_Color_Picker.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/HSL_Color_Picker.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ashung/HSL_Color_Picker/HEAD/README.md --------------------------------------------------------------------------------