{"id":16579089,"url":"https://github.com/craftzdog/cm6-themes","last_synced_at":"2025-04-06T09:07:51.713Z","repository":{"id":57201043,"uuid":"459468420","full_name":"craftzdog/cm6-themes","owner":"craftzdog","description":"Themes for CodeMirror 6","archived":false,"fork":false,"pushed_at":"2024-05-09T07:11:05.000Z","size":64,"stargazers_count":84,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T08:40:53.559Z","etag":null,"topics":["codemirror"],"latest_commit_sha":null,"homepage":"https://cm6-themes.netlify.app/","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/craftzdog.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}},"created_at":"2022-02-15T07:15:32.000Z","updated_at":"2025-01-16T03:23:18.000Z","dependencies_parsed_at":"2024-05-09T08:28:32.083Z","dependency_job_id":"8defd390-832c-4166-bff6-8cb13502dba2","html_url":"https://github.com/craftzdog/cm6-themes","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/craftzdog%2Fcm6-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Fcm6-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Fcm6-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craftzdog%2Fcm6-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/craftzdog","download_url":"https://codeload.github.com/craftzdog/cm6-themes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457801,"owners_count":20941906,"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":["codemirror"],"created_at":"2024-10-11T22:16:53.924Z","updated_at":"2025-04-06T09:07:51.695Z","avatar_url":"https://github.com/craftzdog.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Themes for CodeMirror 6\n===========================\n\n[ [**DEMO**](https://cm6-themes.netlify.app/) ]\n\nThemes for [CodeMirror 6](https://codemirror.net/).\n\n## Available themes\n\n- [Basic Light](./packages/basic-light)\n- [Basic Dark](./packages/basic-dark)\n- [Solarized Light](./packages/solarized-light)\n- [Solarized Dark](./packages/solarized-dark)\n- [Material Dark](./packages/material-dark)\n- [Nord](./packages/nord)\n- [Gruvbox Light](./packages/gruvbox-light)\n- [Gruvbox Dark](./packages/gruvbox-dark)\n\n## How to use\n\n```js\nimport { EditorView, basicSetup } from 'codemirror'\nimport { javascript } from \"@codemirror/lang-javascript\"\nimport { solarizedDark } from 'cm6-theme-solarized-dark'\n\nlet editor = new EditorView({\n  doc: 'Hello',\n  extensions: [\n    basicSetup,\n    javascript(),\n    solarizedDark\n  ],\n  parent: document.body\n})\n```\n\nRead [the CodeMirror documentation](https://codemirror.net/6/examples/styling/) for more detail about themes.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftzdog%2Fcm6-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcraftzdog%2Fcm6-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraftzdog%2Fcm6-themes/lists"}