{"id":32391608,"url":"https://github.com/zakj/helix-theme-schema","last_synced_at":"2026-02-23T12:04:04.131Z","repository":{"id":271276213,"uuid":"912926415","full_name":"zakj/helix-theme-schema","owner":"zakj","description":"A JSON schema for Helix themes","archived":false,"fork":false,"pushed_at":"2025-01-14T06:03:52.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T07:18:48.416Z","etag":null,"topics":["helix-editor","schema","themes"],"latest_commit_sha":null,"homepage":"","language":null,"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/zakj.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,"zenodo":null}},"created_at":"2025-01-06T17:15:29.000Z","updated_at":"2025-01-14T06:03:55.000Z","dependencies_parsed_at":"2025-01-06T18:41:53.809Z","dependency_job_id":"6eeb8c52-6457-4745-a146-244564caf455","html_url":"https://github.com/zakj/helix-theme-schema","commit_stats":null,"previous_names":["zakj/helix-theme-schema"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zakj/helix-theme-schema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakj%2Fhelix-theme-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakj%2Fhelix-theme-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakj%2Fhelix-theme-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakj%2Fhelix-theme-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakj","download_url":"https://codeload.github.com/zakj/helix-theme-schema/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakj%2Fhelix-theme-schema/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280906409,"owners_count":26411413,"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-25T02:00:06.499Z","response_time":81,"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":["helix-editor","schema","themes"],"created_at":"2025-10-25T04:55:10.127Z","updated_at":"2025-10-25T04:58:18.008Z","avatar_url":"https://github.com/zakj.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# helix-theme-schema\n\u003e A JSON schema for [Helix][] themes\n\nThis allows for a bit of validation and completion when writing themes.\nIt includes documentation scraped from the [docs][] for some known properties.\nNote that taplo's auto-completion does not understand that dotted properties must be quoted!\n\n![Screenshot showing a documentation popup while editing a theme.](screenshot.png)\n\n## Usage\n\nThere's no need to have a copy of this repository locally.\nAdd a [schema directive][] to the top of your theme file:\n\n```toml\n#:schema https://zakj.github.io/helix-theme-schema/theme.json\n```\n\n[taplo][] is defined as an LSP for helix by default, but you can add this to your `languages.toml` to get formatting:\n\n```toml\n[[language]]\nname = \"toml\"\nauto-format = true\nformatter = { command = \"taplo\", args = [\"fmt\", \"-\"] }\n```\n\nWith helix's default config, taplo will not validate unless you are in a \"workspace\", which means a parent directory must contain something like a `.git` repository.\nIf you see a `this document has been excluded` message from taplo after adding the schema, that's likely the problem.\n\n[helix]: https://helix-editor.com/\n[docs]: https://docs.helix-editor.com/themes.html\n[schema directive]: https://taplo.tamasfe.dev/configuration/directives.html#the-schema-directive\n[taplo]: https://taplo.tamasfe.dev/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakj%2Fhelix-theme-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakj%2Fhelix-theme-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakj%2Fhelix-theme-schema/lists"}