A visual editor for Visual Studio Code themes
Color Your Code aims to make customizing VSCode themes easier through a native color picker that lets you change the color of the selected area of the editor. It works better in Chrome and OS X due to the inconsistent behavior across browsers and operating systems of the native <input type="color">
.
For now, only workbench customizations are allowed (not token colors).
-
Install dependencies without altering
package-lock.json
contents:npm ci
-
Launch the app:
npm start
-
Create a new element or test file (the command will prompt you for the file type):
npm run create:element
-
Run the tests with coverage output:
npm test
-
Run the tests in the browser (all components):
-
Run the tests of a single component: