Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for palettes/named colors in the color picker #140899

Open
DanTup opened this issue Jan 18, 2022 · 2 comments
Open

Add support for palettes/named colors in the color picker #140899

DanTup opened this issue Jan 18, 2022 · 2 comments
Assignees
Labels
api editor-color-picker Editor color picker widget issues feature-request Request for new features or functionality
Milestone

Comments

@DanTup
Copy link
Contributor

DanTup commented Jan 18, 2022

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:

Screenshot 2022-01-18 at 11 54 09

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).

@Tyriar Tyriar assigned rebornix and unassigned Tyriar Jan 18, 2022
@rebornix rebornix added editor-color-picker Editor color picker widget issues feature-request Request for new features or functionality labels Jan 19, 2022
@rebornix rebornix added this to the Backlog milestone Jan 19, 2022
@rebornix rebornix assigned aeschli and unassigned rebornix Dec 13, 2022
@aeschli aeschli modified the milestones: Backlog, Backlog Candidates Dec 19, 2022
@vscodenpa
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa vscodenpa modified the milestones: Backlog Candidates, Backlog Dec 20, 2022
@aiday-mar aiday-mar assigned aiday-mar and unassigned aeschli Mar 3, 2023
@aiday-mar aiday-mar added the api label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api editor-color-picker Editor color picker widget issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

7 participants
@rebornix @DanTup @Tyriar @aeschli @aiday-mar @vscodenpa and others