@anche/theme-editor

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

Usage no npm install needed!

<script type="module">
  import ancheThemeEditor from 'https://cdn.skypack.dev/@anche/theme-editor';
</script>

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