GitXplorerGitXplorer
s

vsctb-sample-theme

public
0 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
1c10925499f464283890d5d3e264e8f66a660cd3

initial commit

ssbatten committed 4 years ago

README

The README file for this repository.

VS Code Theme Builder Sample Theme

This theme is based on the default style and palette from VS Code Theme Builder. It houses the palette, style and themes generated from the default flow. It can be used as a reference when creating your own theme.

Modifying the theme

To modify theme, you should either update the color palette or the style. When you are happy with the changes, you can generate the theme files with the following command.

yarn build-theme

Style and Palette Reuse

The style and palette in this repository are published as NPM modules. This allows you to create a new theme by creating your own color palette but reusing an existing style or vice versa.

For more information