Closed walston closed 4 years ago
You can change the transparency in the rgba formula
"indentRainbow.colors": [ "rgba(127,255,127,0.6)", "rgba(127,255,127,0.4)", "rgba(127,255,127,0.25)", "rgba(127,255,127,0.15)" ]
@walston That would actually be great! However, I just check and the vscode
API doesn't allow that.
This issue could be closed.
I wanted to use a gradient background to fade from solid to transparent, but since you're using
backgroundColor
it does not accept gradients.Would it be possible to switch to using just
background
?