Closed uday0408 closed 7 years ago
Hi @uday0408, thank you for the comment.
Yes, of course I will consider supporting that if many requests come. Also, you can convert the format with supported format.
For example, a case of #RRGGBB
and XBGR
.
0x00([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})
with #$3$2$1
. (use RegExp)#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})
with 0x00$3$2$1
. (use RegExp)No reply came. I close this issue.
I am following your temporary solution for picking colors. For coloring the hex code itself, I have written my own extension.
thanks Uday
On Tue, Sep 12, 2017 at 9:45 PM, anseki notifications@github.com wrote:
No reply came. I close this issue.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/anseki/vscode-color/issues/57#issuecomment-329057474, or mute the thread https://github.com/notifications/unsubscribe-auth/AEvHDVTtBg8jtZu2k5JlDBE9eYO7ba4-ks5sh134gaJpZM4PQmae .
node -v
):npm -v
):Visual Studio .vssettings file uses 0xABGR format. Can this format be supported also?
Steps to Reproduce:
Log (All lines): (Click menu of VS Code "Help > Toggle Developer Tools", and click "Console" tab)