richardhsueh / vscode-pigments

Preview colors used inside the editor instantly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Preview colors used inside the editor instantly


Languages

Language:TypeScript 64.4%Language:JavaScript 30.9%Language:CSS 4.7%