vscode icon indicating copy to clipboard operation
vscode copied to clipboard

folder color

Open mcanepa opened this issue 5 years ago • 0 comments

Is it possible to change default color? Right now I get a gray folder and I would like to change it to a yellowish color

In atom I can do this:

span.name.icon.icon-file-directory::before
{
    color: #FAD978
}

Can I override it via settings.json? The icon is fine, I just would like to change the color

mcanepa avatar Apr 04 '21 01:04 mcanepa