├── LICENSE ├── README.md ├── Randomcolorv1.1.sketchplugin └── Contents │ └── Sketch │ ├── manifest.json │ └── script.cocoascript └── Sketch ├── manifest.json └── script.cocoascript /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avadhbsd/RandomColors/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avadhbsd/RandomColors/HEAD/README.md -------------------------------------------------------------------------------- /Randomcolorv1.1.sketchplugin/Contents/Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avadhbsd/RandomColors/HEAD/Randomcolorv1.1.sketchplugin/Contents/Sketch/manifest.json -------------------------------------------------------------------------------- /Randomcolorv1.1.sketchplugin/Contents/Sketch/script.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avadhbsd/RandomColors/HEAD/Randomcolorv1.1.sketchplugin/Contents/Sketch/script.cocoascript -------------------------------------------------------------------------------- /Sketch/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avadhbsd/RandomColors/HEAD/Sketch/manifest.json -------------------------------------------------------------------------------- /Sketch/script.cocoascript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/avadhbsd/RandomColors/HEAD/Sketch/script.cocoascript --------------------------------------------------------------------------------