{"id":13343911,"url":"https://github.com/zeplin/color-picker","last_synced_at":"2025-07-10T05:30:45.721Z","repository":{"id":85490983,"uuid":"206513408","full_name":"zeplin/color-picker","owner":"zeplin","description":"macOS color picker that lets you select colors from the project/styleguide you have open in Zeplin","archived":false,"fork":false,"pushed_at":"2024-01-16T17:15:52.000Z","size":33,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-05-19T17:11:37.019Z","etag":null,"topics":["bundle","color-picker","macos","zeplin"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeplin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-05T08:27:31.000Z","updated_at":"2024-01-16T17:15:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"d411ee22-e375-486e-b522-b08d3ea3a676","html_url":"https://github.com/zeplin/color-picker","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/zeplin/color-picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeplin%2Fcolor-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeplin%2Fcolor-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeplin%2Fcolor-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeplin%2Fcolor-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeplin","download_url":"https://codeload.github.com/zeplin/color-picker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeplin%2Fcolor-picker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264535989,"owners_count":23624404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bundle","color-picker","macos","zeplin"],"created_at":"2024-07-29T19:32:05.310Z","updated_at":"2025-07-10T05:30:45.468Z","avatar_url":"https://github.com/zeplin.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zeplin Color Picker 🎨\n\n[Zeplin](https://zeplin.io)'s macOS color picker that lets you select colors from the project you have open in Zeplin. Installing Zeplin's macOS app automatically installs this color picker as well.\n\n## Installation\n\nBuilding the Xcode project produces a bundle called `ZeplinColorPicker.colorPicker`. Copying this bundle to the `~/Library/ColorPickers/` directory installs it systemwide.\n\n## Handy tips\n\n### Automate installation\n\nYou can install the picker systemwide automatically by adding a run script to the project:\n\n```sh\nrm -rf ~/Library/ColorPickers/ZeplinColorPicker.colorPicker\ncp -R $BUILD_DIR/Debug/ZeplinColorPicker.colorPicker ~/Library/ColorPickers/ZeplinColorPicker.colorPicker\n```\n\n### Simplify testing locally\n\nTo simplify testing the picker, you can create an application using the Script Editor:\n\n- Launch `Script Editor.app` and create a document.\n- Paste the following AppleScript code:\n\n```applescript\nchoose color\n```\n\n- Save the document in “Application” format.\n\nFurthermore, you can launch this application automatically by adding a run script to the project:\n\n```sh\nkill `pgrep applet`\nopen APPLICATION_PATH\n```\n\n### Uninstall\n\nTo uninstall the color picker entirely, you can remove the `ZeplinColorPicker.colorPicker` bundle within the `~/Library/ColorPickers` directory:\n\n```sh\nrm -rf ~/Library/ColorPickers/ZeplinColorPicker.colorPicker\n```\n\n## License\n\nZeplin Color Picker is released under the MIT license. See [LICENSE](LICENSE) for details.\n\n---\n\n\u003ca href=\"https://zeplin.io\"\u003e\u003cimg src=\"img/logo.svg\" alt=\"Zeplin Logo\" /\u003e\u003c/a\u003e\n\nZeplin Color Picker is crafted and maintained by the crew behind [Zeplin](https://zeplin.io). Follow [@zeplin](https://twitter.com/zeplin) on Twitter for project updates and releases.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeplin%2Fcolor-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeplin%2Fcolor-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeplin%2Fcolor-picker/lists"}