├── Color Contrast Analyser.sketchplugin └── Contents │ └── Sketch │ ├── analyscolor.cocoascript │ └── manifest.json ├── LICENSE ├── Readme.md ├── Sketch-Color-Contrast.png └── appcast.xml /Color Contrast Analyser.sketchplugin/Contents/Sketch/analyscolor.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getflourish/Sketch-Color-Contrast-Analyser/HEAD/Color Contrast Analyser.sketchplugin/Contents/Sketch/analyscolor.cocoascript -------------------------------------------------------------------------------- /Color Contrast Analyser.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getflourish/Sketch-Color-Contrast-Analyser/HEAD/Color Contrast Analyser.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getflourish/Sketch-Color-Contrast-Analyser/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getflourish/Sketch-Color-Contrast-Analyser/HEAD/Readme.md -------------------------------------------------------------------------------- /Sketch-Color-Contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getflourish/Sketch-Color-Contrast-Analyser/HEAD/Sketch-Color-Contrast.png -------------------------------------------------------------------------------- /appcast.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getflourish/Sketch-Color-Contrast-Analyser/HEAD/appcast.xml --------------------------------------------------------------------------------