https://github.com/demoorjasper/vscode-pigments
Preview colors used inside the editor instantly
https://github.com/demoorjasper/vscode-pigments
code colors extension pigments studio visual
Last synced: 3 months ago
JSON representation
Preview colors used inside the editor instantly
- Host: GitHub
- URL: https://github.com/demoorjasper/vscode-pigments
- Owner: DeMoorJasper
- Created: 2018-03-29T18:30:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T17:14:02.000Z (about 6 years ago)
- Last Synced: 2025-04-10T23:51:45.647Z (6 months ago)
- Topics: code, colors, extension, pigments, studio, visual
- Language: TypeScript
- Size: 174 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://dev.azure.com/DeMoorJasper/parcel-plugin-imagemin/_build/latest?definitionId=5&branchName=master)
[Rate this on vscode marketplace](https://marketplace.visualstudio.com/items?itemName=jaspernorth.vscode-pigments) | [View on github](https://github.com/DeMoorJasper/vscode-pigments)
# Pigments for VSCode
Adds Snazzy looking `color` previews to vscode instantly.

## 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`