file-icons / vscode

VSCode file specific icons for improved visual grepping
https://marketplace.visualstudio.com/items?itemName=file-icons.file-icons
MIT License
191 stars 24 forks source link

folder color #71

Open mcanepa opened 3 years ago

mcanepa commented 3 years ago

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