{"id":15821472,"url":"https://github.com/excalith/unity-material-colors","last_synced_at":"2026-05-17T04:40:48.360Z","repository":{"id":97288555,"uuid":"297359302","full_name":"excalith/unity-material-colors","owner":"excalith","description":"Unity Color Picker and Color API for material theme colors ","archived":false,"fork":false,"pushed_at":"2020-09-21T14:22:55.000Z","size":1152,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-06T07:22:26.083Z","etag":null,"topics":["api","editor","editor-tool","material","material-color-picker","material-colors","tool","unity","unity-3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/excalith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"ko_fi":"excalith"}},"created_at":"2020-09-21T14:08:59.000Z","updated_at":"2022-08-08T20:30:23.000Z","dependencies_parsed_at":"2023-06-07T20:45:12.939Z","dependency_job_id":null,"html_url":"https://github.com/excalith/unity-material-colors","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excalith%2Funity-material-colors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excalith%2Funity-material-colors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excalith%2Funity-material-colors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/excalith%2Funity-material-colors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/excalith","download_url":"https://codeload.github.com/excalith/unity-material-colors/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246598153,"owners_count":20802973,"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":["api","editor","editor-tool","material","material-color-picker","material-colors","tool","unity","unity-3d"],"created_at":"2024-10-05T07:22:32.463Z","updated_at":"2025-10-29T01:04:08.841Z","avatar_url":"https://github.com/excalith.png","language":"C#","funding_links":["https://ko-fi.com/excalith"],"categories":[],"sub_categories":[],"readme":"# Material Colors\nColor Picker and Color API for material theme colors \n\n![](screencapture.gif)\n\n# Editor Window\n1. Head to `Window \u003e Tools \u003e Material Colors` to show window\n2. `Slider` on top lets you adjust brightness variants and `Reset` button resets to the defaults\n3. `Left-Click` copies the color\n4. `Right-Click` opens color variants view (only for root view)\n5. On color variants view mode, click `Back` to go back root view\n6. You can paste the color by right clicking any color on inspector\n\n\n# Scripting API\n1. Include namespace `Excalith.MaterialColors`\n2. You can reach all colors and functions through `MaterialColor` class\n\n\n| Colors                       | Description                                  |\n| ---------------------------- | -------------------------------------------- |\n| `Red` (int variation)        | Returns the color with variation (default 5) |\n| `Pink` (int variation)       | Returns the color with variation (default 5) |\n| `Purple` (int variation)     | Returns the color with variation (default 5) |\n| `DeepPurple` (int variation) | Returns the color with variation (default 5) |\n| `Indigo` (int variation)     | Returns the color with variation (default 5) |\n| `Blue` (int variation)       | Returns the color with variation (default 5) |\n| `LightBlue` (int variation)  | Returns the color with variation (default 5) |\n| `Cyan` (int variation)       | Returns the color with variation (default 5) |\n| `Teal` (int variation)       | Returns the color with variation (default 5) |\n| `Green` (int variation)      | Returns the color with variation (default 5) |\n| `LightGreen` (int variation) | Returns the color with variation (default 5) |\n| `Lime` (int variation)       | Returns the color with variation (default 5) |\n| `Yellow` (int variation)     | Returns the color with variation (default 5) |\n| `Amber` (int variation)      | Returns the color with variation (default 5) |\n| `Orange` (int variation)     | Returns the color with variation (default 5) |\n| `DeepOrange` (int variation) | Returns the color with variation (default 5) |\n| `Brown` (int variation)      | Returns the color with variation (default 5) |\n| `Grey` (int variation)       | Returns the color with variation (default 5) |\n| `BlueGrey` (int variation)   | Returns the color with variation (default 5) |\n| `Grayscale` (int variation)  | Returns the color with variation (default 5) |\n\n\n| Color Collections      | Description                       |\n| ---------------------- | --------------------------------- |\n| `Colors`               | Returns all colors and variations |\n| `RedVariations`        | Returns colors variations         |\n| `PinkVariations`       | Returns colors variations         |\n| `PurpleVariations`     | Returns colors variations         |\n| `DeepPurpleVariations` | Returns colors variations         |\n| `IndigoVariations`     | Returns colors variations         |\n| `BlueVariations`       | Returns colors variations         |\n| `LightBlueVariations`  | Returns colors variations         |\n| `CyanVariations`       | Returns colors variations         |\n| `TealVariations`       | Returns colors variations         |\n| `GreenVariations`      | Returns colors variations         |\n| `LightGreenVariations` | Returns colors variations         |\n| `LimeVariations`       | Returns colors variations         |\n| `YellowVariations`     | Returns colors variations         |\n| `AmberVariations`      | Returns colors variations         |\n| `OrangeVariations`     | Returns colors variations         |\n| `DeepOrangeVariations` | Returns colors variations         |\n| `BrownVariations`      | Returns colors variations         |\n| `GreyVariations`       | Returns colors variations         |\n| `BlueGreyVariations`   | Returns colors variations         |\n| `GrayscaleVariations`  | Returns colors variations         |\n\n\n| Functions                                 | Descriptions                                 |\n| ----------------------------------------- | -------------------------------------------- |\n| `GetRandomColorVariation` (int variation) | Returns a random color with variation        |\n| `GetRandomColor`                          | Returns a random color with random variation |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcalith%2Funity-material-colors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexcalith%2Funity-material-colors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexcalith%2Funity-material-colors/lists"}