antiantisepticeye / vscode-color-picker

let's you use vscode's css color picker in other documents
45 stars 14 forks source link

Support 0x as Hex prefix and not only # #7

Open EriKWDev opened 2 years ago

EriKWDev commented 2 years ago

Many languages store colors as integers which usually can be written as 0xFFFFFF for rgb and 0xFFFFFFFF for rgba. This package is supposed to add the color picker to other langauges than CSS so I think this would be a nice addition. I've encountered this in languages like C, Nim, Dart, Rust, Python and Go.

ErikSom commented 2 years ago

+1 this would make this even more awesome

chiefcll commented 12 months ago

+1 - is this active project? We'd like to add this and prefer not to fork the project