enyancc / vscode-ext-color-highlight

Extension adds colored border around css/web colors in the editor
GNU General Public License v3.0
262 stars 83 forks source link

Color marker should not use color's alpha #196

Open Denis535 opened 1 year ago

Denis535 commented 1 year ago

For example, the marker of this color will be almost black hsla(0, 100%, 50%, 0.10) because my IDE background is almost black. But I'de like to see true red color. So, it would be preferable if alpha was not used.