vsctb-sample-palette

1.0.0 • Public • Published

Creating a VS Code Theme Builder Color Palette

VS Code Theme Builder uses color palettes defined as small NPM modules that define 10 primary colors, 4 accent colors, and 8 shades. For primary and accent colors, the defined colors should not be too bright or too dark to allow a VS Code Theme Builder style to brighten or darken them several shades. The shades are of a single color typically used by styles as the foreground and background colors. They go from the darkest version to the brightest version of the color from 0 to 7.

After modifying a palette to your liking, it should be published as an NPM module for reuse with other styles though you can use it directly with your style in the VS Code Theme Builder without publishing. Before publishing, be sure to update your package.json to give your color palette package a name.

Readme

Keywords

none

Package Sidebar

Install

npm i vsctb-sample-palette

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.81 kB

Total Files

4

Last publish

Collaborators

  • sbatten