UNPKG

@fsegurai/codemirror-theme-github-dark

Version:

GitHub Dark theme for the CodeMirror editor

55 lines (54 loc) 1.26 kB
{ "name": "@fsegurai/codemirror-theme-github-dark", "description": "GitHub Dark theme for the CodeMirror editor", "version": "6.2.2", "type": "module", "main": "dist/index.cjs", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "types": "dist/index.d.ts", "module": "dist/index.js", "sideEffects": false, "scripts": { "test": "cm-runtests", "prepare": "cm-buildhelper src/index.ts" }, "keywords": [ "editor", "diff", "diff-editor", "code", "codemirror", "theme", "themes", "syntax", "highlight", "github", "dark", "github-dark" ], "author": { "name": "Fabián Segura", "url": "https://www.fsegurai.com/" }, "license": "MIT", "peerDependencies": { "@lezer/highlight": "^1.0.0", "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0" }, "devDependencies": { "@codemirror/buildhelper": "^1.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/fsegurai/codemirror-themes.git" }, "bugs": { "url": "https://github.com/fsegurai/codemirror-themes/issues" }, "homepage": "https://github.com/fsegurai/codemirror-themes#readme" }