Skip to content

Latest commit

 

History

History
executable file
·
31 lines (16 loc) · 1.25 KB

README.md

File metadata and controls

executable file
·
31 lines (16 loc) · 1.25 KB

Build Status

Rate this on vscode marketplace | View on github

Pigments for VSCode

Adds Snazzy looking color previews to vscode instantly.

preview

Configuration

You can configure this plugin under the pigments key.

pigments.markerType

markerType defines how to display the colors in the extension.

Possible options are: background and outline.

pigments.enabledExtensions

enabledExtensions defines which file extensions this plugin should apply to. This should be a comma seperated list of extensions, see the example below.

Example: css, sass, jsx

pigments.disabledExtensions

disabledExtensions defines which file extensions this plugin should ignore, this overwrites any value provided in pigments.enabledExtensions including the defaults. This should be a comma seperated list of extensions, see the example below.

Example: css, sass, jsx