{"id":29643396,"url":"https://github.com/markedit-app/markedit-theming","last_synced_at":"2025-08-02T04:04:28.042Z","repository":{"id":303610986,"uuid":"1016026537","full_name":"MarkEdit-app/MarkEdit-theming","owner":"MarkEdit-app","description":"Create custom MarkEdit themes easily.","archived":false,"fork":false,"pushed_at":"2025-07-23T01:19:57.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-23T03:15:18.160Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarkEdit-app.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-07-08T11:32:45.000Z","updated_at":"2025-07-23T01:19:37.000Z","dependencies_parsed_at":"2025-07-08T14:37:27.390Z","dependency_job_id":"da0f629a-4bc9-4c18-bd57-9866ac7918d5","html_url":"https://github.com/MarkEdit-app/MarkEdit-theming","commit_stats":null,"previous_names":["markedit-app/markedit-theming"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/MarkEdit-app/MarkEdit-theming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkEdit-app%2FMarkEdit-theming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkEdit-app%2FMarkEdit-theming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkEdit-app%2FMarkEdit-theming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkEdit-app%2FMarkEdit-theming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarkEdit-app","download_url":"https://codeload.github.com/MarkEdit-app/MarkEdit-theming/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkEdit-app%2FMarkEdit-theming/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268333916,"owners_count":24233782,"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-08-02T02:00:12.353Z","response_time":74,"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":[],"created_at":"2025-07-21T23:36:29.628Z","updated_at":"2025-08-02T04:04:28.012Z","avatar_url":"https://github.com/MarkEdit-app.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MarkEdit-theming\n\nEasily create custom [MarkEdit](https://github.com/MarkEdit-app/MarkEdit) themes using existing CodeMirror theme extensions. See [MarkEdit-api](https://github.com/MarkEdit-app/MarkEdit-api) to learn more.\n\nA list of themes created by the MarkEdit team can be found [here](https://github.com/MarkEdit-app/MarkEdit/wiki/Extensions#list-of-themes).\n\n## Usage\n\nAdd `markedit-theming` to your (TypeScript) project's dependencies:\n\n```json\n{\n  \"dependencies\": {\n    \"markedit-theming\": \"https://github.com/MarkEdit-app/MarkEdit-theming#v0.14.0\"\n  }\n}\n```\n\nIn your script, use the `overrideThemes` function to override the app's built-in themes:\n\n```ts\nimport { overrideThemes } from 'markedit-theming';\n\noverrideThemes({\n  light: { extension, colors },\n  dark: { extension, colors },\n});\n```\n\nThis package is fully typed and documented, see [index.d.ts](/dist/index.d.ts) for details.\n\n## User Customization\n\nThemes built with this package provide a way for user to customize colors, see the [wiki](https://github.com/MarkEdit-app/MarkEdit-theming/wiki#customization) for details.\n\n## Community CodeMirror Themes\n\nHere are some community-created CodeMirror theme extensions:\n\n- [theme-one-dark](https://github.com/codemirror/theme-one-dark) by [@codemirror](https://github.com/codemirror)\n- [cm6-themes](https://cm6-themes.netlify.app/) by [@craftzdog](https://github.com/craftzdog)\n- [ThemeMirror](https://thememirror.net/) by [@vadimdemedes](https://github.com/vadimdemedes)\n- [CodeMirror Themes](https://uiwjs.github.io/react-codemirror/#/theme/home) by [@uiwjs](https://github.com/uiwjs)\n\nThese extensions can be easily ported to MarkEdit using `markedit-theming`.\n\nThat said, not all implementations are of high quality and may require further refinement.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkedit-app%2Fmarkedit-theming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkedit-app%2Fmarkedit-theming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkedit-app%2Fmarkedit-theming/lists"}