{"id":18495271,"url":"https://github.com/fundevogel/we-love-colors","last_synced_at":"2025-04-08T22:31:47.378Z","repository":{"id":47675719,"uuid":"183708593","full_name":"fundevogel/we-love-colors","owner":"fundevogel","description":"PANTONE®, RAL®, Dulux®, Copic®, NCS®, HKS® and Prismacolor® color palettes for Scribus, GIMP, AutoCAD, Inkscape, Krita \u0026 LibreOffice.","archived":false,"fork":false,"pushed_at":"2024-05-21T12:23:52.000Z","size":1079,"stargazers_count":110,"open_issues_count":1,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-23T19:11:27.957Z","etag":null,"topics":["autocad","color","copic","dulux","gimp","hks","inkscape","krita","libreoffice","ncs","palette","pantone","prismacolor","ral","scribus","swatches"],"latest_commit_sha":null,"homepage":"https://codeberg.org/Fundevogel/we-love-colors","language":"Python","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/fundevogel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-27T00:08:36.000Z","updated_at":"2025-02-01T16:31:14.000Z","dependencies_parsed_at":"2022-08-21T17:00:51.875Z","dependency_job_id":null,"html_url":"https://github.com/fundevogel/we-love-colors","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fundevogel%2Fwe-love-colors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fundevogel%2Fwe-love-colors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fundevogel%2Fwe-love-colors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fundevogel%2Fwe-love-colors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fundevogel","download_url":"https://codeload.github.com/fundevogel/we-love-colors/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247940490,"owners_count":21021984,"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":["autocad","color","copic","dulux","gimp","hks","inkscape","krita","libreoffice","ncs","palette","pantone","prismacolor","ral","scribus","swatches"],"created_at":"2024-11-06T13:24:09.425Z","updated_at":"2025-04-08T22:31:45.369Z","avatar_url":"https://github.com/fundevogel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# farben\n[![License](https://badgen.net/badge/license/MIT/blue)](https://codeberg.org/Fundevogel/farben/src/branch/main/LICENSE) [![PyPI](https://badgen.net/pypi/v/farben)](https://pypi.org/project/farben) [![Build](https://ci.codeberg.org/api/badges/Fundevogel/farben/status.svg)](https://codeberg.org/Fundevogel/farben/issues)\n\nThis library provides an easy way to generate **color palettes**:\n\n\u003e In computer graphics, a palette is a finite set of colors.\n\u003e — Wikipedia article '[Palette (Computing)](https://en.wikipedia.org/wiki/Palette_(computing))'\n\n.. often referred to as **Swatches** (as branded by [Adobe Inc.](https://www.adobe.com)):\n\n\u003e *Swatches* are named colors, tints, gradients, and patterns.\n\u003e — [Adobe Illustrator](https://helpx.adobe.com/illustrator/using/using-creating-swatches.html)\n\n.. featuring the following (proprietary) color spaces:\n\n- [PANTONE®](https://www.pantone.com)\n- [RAL®](https://www.ral-farben.de)\n- [Dulux®](https://www.dulux.com.au)\n- [Copic®](https://www.copicmarker.com)\n- [NCS®](https://ncscolour.com)\n- [HKS®](https://www.hks-farben.de)\n- [Prismacolor®](https://www.prismacolor.com)\n\nFor now, `farben` creates master palettes for use in\n\n- [Scribus](https://www.scribus.net) (XML)\n- [GIMP](https://www.gimp.org) (GPL)\n- [AutoCAD](https://www.autodesk.com/products/autocad) (ACB)\n- [Inkscape](https://inkscape.org) (GPL)\n- [Krita](https://krita.org) (GPL)\n- [LibreOffice](https://www.libreoffice.org) (SOC)\n\n\n## Installation\n\nIt's available from [PyPi](https://pypi.org/project/farben):\n\n```bash\n# Using 'pip'\npip install farben\n\n# Using 'poetry'\npoetry add farben\n```\n\n\n## Getting started\n\nUsing this library is straightforward  - otherwise, `--help` is your friend:\n\n```text\n$ farben fetch --help\nUsage: farben [OPTIONS] COMMAND [ARGS]...\n\n  PANTONE®, RAL®, Dulux®, Copic®, NCS®, HKS® and Prismacolor® color palettes\n  for Scribus, GIMP, AutoCAD, Inkscape, Krita \u0026 LibreOffice.\n\nOptions:\n  -v, --version  Show the version and exit.\n  -h, --help     Show this message and exit.\n\nCommands:\n  fetch  BRANDS: pantone | ral | dulux | copic | ncs | hks | prismacolor\n```\n\nUsing its `fetch` command is fairly easy, like that:\n\n```bash\n# Example 1\n# - all brands\n# - all palettes\n$ farben fetch\n\n# Example 2\n# - all brands\n# - only specific palette(s)\n$ farben fetch -p gpl\n$ farben fetch -p gpl -p acb\n\n# Example 3\n# - only specific brand(s)\n$ farben fetch copic\n$ farben fetch copic dulux\n```\n\n.. you get the idea!\n\n\n## FAQ\n\n**Q: But where do all those files go?**\n**A:** That depends, ..\n- .. `.xml` files may be loaded individually with `Edit - Colours \u0026 Fills - Solid Colours - Import` (Scribus)\n- .. `.soc` files belong here:\n  - `~\\AppData\\Roaming\\libreoffice\\3\\user` (Windows + PowerShell, otherwise `%userprofile%`)\n  - `~/Library/Application Support/libreoffice/4/user/config` (Mac)\n  - `~/.config/libreoffice/4/user/config` (Linux)\n- .. installing `.gpl` files boils down to:\n  - moving them to any path specified in `Edit - Preferences - Folders - Palettes` (GIMP)\n  - moving them to `palettes` under directory specified in `Edit - Preferences - System - User Config` (Inkscape)\n  - importing them using the [palette docker](https://docs.krita.org/en/reference_manual/dockers/palette_docker.html) (Krita)\n- .. installing `.acb` files is [pretty straightforward](https://knowledge.autodesk.com/support/autocad/learn-explore/caas/CloudHelp/cloudhelp/2016/ENU/AutoCAD-Core/files/GUID-17E00AB3-3065-4F1B-A1C3-C4963396D2CB-htm.html)\n\n\n## Color samples\n\nIf you are looking for a quick way to browse PANTONE® colors, check out the [Pantone Finder](https://github.com/picorana/Pantone_finder) package or [visit their website](https://picorana.github.io/Pantone_finder) to get started.\n\nOnce you retrieved color palettes, you can\n\n- view them using PHP like this: `cd examples/{brand} \u0026\u0026 php -S localhost:8000`\n- view static HTML page like this: `cd examples \u0026\u0026 python build.py`\n\nWhen clicking on a color tile, its hex value is copied to your clipboard (powered by [clipboard.js](https://github.com/zenorocha/clipboard.js)).\n\n\n## Copyright\n\nWhenever mentioned throughout this project, PANTONE® and related trademarks are the property of [Pantone LLC](https://www.pantone.com), a division of [X-Rite](https://www.xrite.com), a [Danaher](https://www.danaher.com) company.\n\nThe same applies to ..\n- RAL® and related trademarks of [RAL gGmbH](https://www.ral-farben.de) (non-profit LLC) and [RAL Deutsches Institut für Gütesicherung und Kennzeichnung e. V.](https://www.ral.de)\n- Dulux® and related trademarks of [AkzoNobel N.V.](https://www.akzonobel.com) (worldwide) and [DuluxGroup](https://www.dulux.com.au) (Australia \u0026 New Zealand)\n- Copic® and related trademarks of [Too Marker Corporation](https://www.toomarker.co.jp/en)\n- Natural Colour System® and related trademarks of [NCS Colour AB](https://ncscolour.com)\n- HKS® and related trademarks of [HKS Warenzeichenverband e.V](https://www.hks-farben.de)\n- Prismacolor® and related trademarks of [Berol Corporation](http://www.berol.co.uk), owned by [Sanford L.P.](http://www.sanfordb2b.com), a [Newell Brands](https://www.newellbrands.com) company.\n\nWe assume neither ownership nor intellectual property of any kind - color codes (and names), sRGB and/or hexadecimal values are publically available on the internet.\n\n\n## Similar projects\n\n- For Scribus, there's also the (currently unmaintained) package [`SwatchBooker`](http://www.selapa.net/swatchbooker)\n\n\n**Happy coding!**\n\n\n:copyright: Fundevogel Kinder- und Jugendbuchhandlung\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffundevogel%2Fwe-love-colors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffundevogel%2Fwe-love-colors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffundevogel%2Fwe-love-colors/lists"}