A simple Color picker for vscode that lets you use vscode's css color picker in other documents
- To make it work for your preferred language, just add a
vscode-color-picker.languages
entry in settings.json, with VSCode's identifier string for the language, in the list. For ex."color-picker.languages": [ "python", "javascript", "typescript" ], ...
and then make sure to reload the window for the service to be intialized properly.
Just remove the language entry from color-picker.languages
in settings.json.
A list of VSCode's language identifiers is available here.
Every valid css color should work.