Add support for palettes/named colors in the color picker #140899
Labels
api
editor-color-picker
Editor color picker widget issues
feature-request
Request for new features or functionality
Milestone
It would be nice to have some sort of palette support in the color picker. Right now, picking a color is quite cumbersome using sliders and dragging around:
It would be nice if an extension/server could provide a palette of colors that should be shown in a grid alongside the picker to allow a user to pick specific colors easily. These colours could be named colors (for example CSS has named colors, and Flutter has sets of named colors too), or extensions could allow the user to define themes that are contributed here (or a clever language server might index colors used/defined elsewhere in the project and provide them).
The text was updated successfully, but these errors were encountered: