microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.69k stars 29.45k forks source link

Accurate color values #228392

Open theking2 opened 2 months ago

theking2 commented 2 months ago

Please use color formats in a modern way. Currently the standard color picker shows this: image

This was accurate but is no longer. In a modern editor I expect the color value ( in this case ) to be presented like rgb(0 189 126 / 0.2) or even better rgb(0 189 126 / 20%)

Rationale:

I believe this topic has been raised many times here.

RedCMD commented 2 months ago

rgb or rgba?

vs-code-engineering[bot] commented 2 months ago

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!

theking2 commented 1 month ago

rgb or rgba?

rgb is both these days.