{"id":18458299,"url":"https://github.com/kaustubhpatange/compose-color","last_synced_at":"2025-10-13T15:38:46.856Z","repository":{"id":42211935,"uuid":"315396622","full_name":"KaustubhPatange/compose-color","owner":"KaustubhPatange","description":"A plugin for Intellij based IDEs to draw rectangle on the editor's gutter denoting the color represented by androidx.compose.ui.graphics.Color.","archived":false,"fork":false,"pushed_at":"2023-02-08T06:17:33.000Z","size":455,"stargazers_count":14,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T05:34:06.003Z","etag":null,"topics":["android","android-studio-plugin","intellij-plugin","jetpack-compose","kotlin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KaustubhPatange.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}},"created_at":"2020-11-23T17:53:13.000Z","updated_at":"2023-09-26T04:20:54.000Z","dependencies_parsed_at":"2022-08-12T09:50:25.765Z","dependency_job_id":null,"html_url":"https://github.com/KaustubhPatange/compose-color","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":"JetBrains/intellij-platform-plugin-template","purl":"pkg:github/KaustubhPatange/compose-color","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaustubhPatange%2Fcompose-color","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaustubhPatange%2Fcompose-color/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaustubhPatange%2Fcompose-color/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaustubhPatange%2Fcompose-color/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaustubhPatange","download_url":"https://codeload.github.com/KaustubhPatange/compose-color/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaustubhPatange%2Fcompose-color/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015934,"owners_count":26085777,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["android","android-studio-plugin","intellij-plugin","jetpack-compose","kotlin"],"created_at":"2024-11-06T08:17:46.606Z","updated_at":"2025-10-13T15:38:46.833Z","avatar_url":"https://github.com/KaustubhPatange.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Highlight Colors for Compose\n\n![Build](https://github.com/KaustubhPatange/compose-color-plugin/workflows/Build/badge.svg)\n[![Version](https://img.shields.io/jetbrains/plugin/v/com.github.kaustubhpatange.composecolor.svg)](https://plugins.jetbrains.com/plugin/15439-highlight-colors-for-compose)\n\n**\u003cfont color=\"red\"\u003eAndroid Studio Arctic Fox Canary 7 has this functionality built-in!\u003c/font\u003e**\n\nA plugin for **Intellij** based IDEs to draw rectangle on the editor's gutter denoting the color represented by `androidx.compose.ui.graphics.Color`\n\nClicking on the color icon from the gutter will open a color picker dialog to modify the color.\n\nOnly the properties satisfying the following pattern will be highlighted:\n\n```kotlin\n$modifier $name = Color($int)\n```\n\n```diff\n- Color(0XFF000000) // Not supported\n+ val black = Color(0XFF000000)\n```\n\n\u003c\u003e\n\n\u003cimg src=\"art/showcase.gif\"/\u003e\n\n\u003c\u003e\n\n## Installation\n\n- Using IDE built-in plugin system:\n\n  \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e \u003ckbd\u003eSearch for \"Highlight Colors for Compose\"\u003c/kbd\u003e \u003e\n  \u003ckbd\u003eInstall Plugin\u003c/kbd\u003e\n\n- Manually:\n\n  Download the [latest release](https://github.com/KaustubhPatange/compose-color/releases/latest) and install it manually using\n  \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003e⚙️\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall plugin from disk...\u003c/kbd\u003e\n\n## License\n\n- [The Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)\n\n```\nCopyright 2020 Kaustubh Patange\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   https://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaustubhpatange%2Fcompose-color","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaustubhpatange%2Fcompose-color","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaustubhpatange%2Fcompose-color/lists"}