# @anche/theme-editor

> Create a theme using TextMate Scopes and Semantic Highlighting which can be used in VSCode

Latest version **0.0.2** (published 2020-08-11) · 0 weekly downloads

## Install

```sh
npm install @anche/theme-editor
pnpm add @anche/theme-editor
yarn add @anche/theme-editor
bun add @anche/theme-editor
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2020-08-11 |
| First published | 2020-08-05 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 17 |
| Unpacked size | 21.8 MB |
| Known vulnerabilities | 0 (+2 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 29 |
| Maintainers | godlevel |

## Links

- npm: https://www.npmjs.com/package/@anche/theme-editor
- Repository: https://github.com/el-angel/theme-editor
- Homepage: https://el-angel.github.io/theme-editor
- Issues: https://github.com/el-angel/theme-editor/issues
- npm.io page: https://npm.io/package/@anche/theme-editor

## Dependencies (17)

- [react](https://npm.io/package/react.md) ^16.13.1
- [lodash](https://npm.io/package/lodash.md) ^4.17.15
- [recoil](https://npm.io/package/recoil.md) ^0.0.10
- [semver](https://npm.io/package/semver.md) 6.3.0
- [resolve](https://npm.io/package/resolve.md) 1.15.0
- [camelcase](https://npm.io/package/camelcase.md) ^5.3.1
- [chroma-js](https://npm.io/package/chroma-js.md) ^2.1.0
- [react-dom](https://npm.io/package/react-dom.md) ^16.13.1
- [classnames](https://npm.io/package/classnames.md) ^2.2.6
- [body-parser](https://npm.io/package/body-parser.md) ^1.19.0
- [react-color](https://npm.io/package/react-color.md) ^2.18.1
- [react-dev-utils](https://npm.io/package/react-dev-utils.md) ^10.2.1
- [@material-ui/core](https://npm.io/package/@material-ui/core.md) ^4.11.0
- [@material-ui/icons](https://npm.io/package/@material-ui/icons.md) ^4.9.1
- [react-app-polyfill](https://npm.io/package/react-app-polyfill.md) ^1.0.6
- [@anche/textmate-utilities](https://npm.io/package/@anche/textmate-utilities.md) ^1.0.0
- [case-sensitive-paths-webpack-plugin](https://npm.io/package/case-sensitive-paths-webpack-plugin.md) 2.3.0

## Recent versions

- 0.0.2 (latest) — 2020-08-11
- 0.0.1 — 2020-08-05

## README

# `Theme Editor`

Create a theme using TextMate Scopes and Semantic Highlighting which can be used in VSCode

## Usage

Try out: https://el-angel.github.io/theme-editor/
(Semantic Highlighting is not available on GitHub Pages)

Local usage

```
$ git clone git@github.com:el-angel/theme-editor.git
$ cd ./theme-editor
$ yarn install
$ yarn start

// enable semantic highlighting
$ cd ./packages/server
$ yarn start

```

---
_Source: https://npm.io/package/@anche/theme-editor · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
