8000 GitHub - kcmr/color-your-code: A visual editor for Visual Studio Code themes made with Web Components
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kcmr/color-your-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Your Code

Build Status codecov

A visual editor for Visual Studio Code themes

Color Your Code

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).

Development

  • 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:

0