A tiny & smart color picker for web developer(Windows only).
You can pick a color from system palette:
Or pick a color from screen.
Move cursor to the pixel and press Enter
to pick, Esc
to cancel:
There are three ways to launch color picker:
- After typing a color value or moving the caret inside color value, the picker will be launched automatically.
- Execute command
VS Color Picker
in Command Palette(Ctrl + Shift + P
orCmd + Shift + P
). - Binding a key for command
extension.vs-color-picker
.
This extension contributes the following variables to the settings:
vs-color-picker.autoLaunch
: Whentrue
, the picker will be launched automatically. To disable auto-launch, set this option asfalse
. Default value istrue
.vs-color-picker.autoLaunchDelay
: Milliseconds before launching. When further typing color number during this span, the picker won't be launched. Default value is100
.