{"id":22555857,"url":"https://github.com/inkdropapp/theme-dev-helpers","last_synced_at":"2025-04-10T05:20:36.328Z","repository":{"id":258134229,"uuid":"872845768","full_name":"inkdropapp/theme-dev-helpers","owner":"inkdropapp","description":"A helper module for creating themes for Inkdrop","archived":false,"fork":false,"pushed_at":"2024-10-31T06:36:33.000Z","size":167,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T06:45:16.293Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/inkdropapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-10-15T07:11:56.000Z","updated_at":"2024-11-08T06:00:04.000Z","dependencies_parsed_at":"2024-10-17T19:55:17.599Z","dependency_job_id":"adc21257-1f83-4277-bdb9-c11d3a555254","html_url":"https://github.com/inkdropapp/theme-dev-helpers","commit_stats":null,"previous_names":["inkdropapp/theme-dev-helpers"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Ftheme-dev-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Ftheme-dev-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Ftheme-dev-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inkdropapp%2Ftheme-dev-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inkdropapp","download_url":"https://codeload.github.com/inkdropapp/theme-dev-helpers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161483,"owners_count":21057600,"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":[],"created_at":"2024-12-07T19:09:12.634Z","updated_at":"2025-04-10T05:20:36.308Z","avatar_url":"https://github.com/inkdropapp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Theme dev helpers\n\nA helper module for creating themes for Inkdrop.\n\n## Requirements\n\n- [Bun](https://bun.sh/)\n\n## Installation\n\nYou can install the `@inkdropapp/theme-dev-helpers` in your theme project:\n\n```bash\nbun i -D @inkdropapp/theme-dev-helpers\n```\n\n## Generate Palette\n\nIt extracts computed values of theme-related CSS variables from CSS files, and outputs to the specified path.\n\n```sh\ngenerate-palette [options] \u003ctheme-name\u003e\n```\n\n### Parameters\n\nYou can specify the following options:\n\n- `-a, --appearance \u003clight/dark\u003e`: Force the UI appearance (\"light\" or \"dark\")\n- `-o, --output`: The file path where the extracted variables will be saved (default: `./palette.json`).\n\n### Example\n\nIf your theme package name doesn't include 'dark' but it is a dark mode:\n\n```sh\ngenerate-palette -a dark\n```\n\n## Run dev server\n\nIt provides a simple UI to preview your theme with hot-reloading.\n\n```sh\ndev-server\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkdropapp%2Ftheme-dev-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finkdropapp%2Ftheme-dev-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finkdropapp%2Ftheme-dev-helpers/lists"}