Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Enable color picker for toml #8

Open
vrachels opened this issue Oct 12, 2017 · 0 comments
Open

Enable color picker for toml #8

vrachels opened this issue Oct 12, 2017 · 0 comments

Comments

@vrachels
Copy link

vrachels commented Oct 12, 2017

similar to enabling the color picker for html in vscode, allow enabling the new color picker for a toml color object.

formats to be discussed, but suggested starting points:
{ r = <0-255>, g = <0-255>, b = <0-255> }
{ r = <0-255>, g = <0-255>, b = <0-255>, a = <0-255> }
{ h = <0-360>, s = <0-100>, l = <0-100> }
{ h = <0-360>, s = <0-100>, l = <0-100>, a = <0.0-1.0> }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants