feat(icon): add deprecated/scrap folder icon#3384
feat(icon): add deprecated/scrap folder icon#3384PKief merged 5 commits intomaterial-extensions:mainfrom
Conversation
Add open and closed folder icons for deprecated or scrap. Resolves: material-extensions#3348
PreviewThank you for creating a pull request. This preview shows you how your icons will look on the different themes: Check how your icons fit in a 16x16 grid with our Pixel Perfect Checker by following this link. You can find more information on how to contribute in the contribution guidelines. |
PKief
left a comment
There was a problem hiding this comment.
I like the idea but I think we shouldn't merge this approach. To keep consistency with the already existing icons it would be better to decide for another folder icon. It will stand out too much and such an icon with gather more attention as it should get for a deprecated folder icon.
|
I am having following few ideas
Or any other, could you please suggest. @opressorMk2 can you give some more ideas please? |
|
Sorry about the delay... You already have some good ideas there, especially the cross symbol and half opacity ones. my ideas:
edit: |
|
Hi @PKief, The If you insist working with existing icon, and not creating new icon at all, then |
|
Maybe using a clone of archive with (e.g.) gray colors? |
this sounds like a good idea @SayanShankhari can you give it a try? |
|
In that case as discussed earlier, need to add following two entries, will it work this way? {
name: 'folder-deprecated',
folderNames: ['deprecated'],
clone: {
base: 'folder-archive',
color: 'dark-gray-700',
},
},
{
name: 'folder-scrap',
folderNames: ['scrap'],
clone: {
base: 'folder-trash',
color: 'dark-gray-700',
},
}, |
Remove physical files and entries. Add clone entries, map archive to deprecated and trash to scrap. Resolves: material-extensions#3348
@SayanShankhari that should work! I'm not sure how In case you didn't know, in vscode you can run this extension from the Run & debug tab.
... (or just press F5), and then you can see how your changes look in the extension host (it will open a new vscode windows with the extension + your changes running). |
Change dark-gray-700 color to gray-700 for visibility.
Merge SuccessfulThanks for your contribution! 🎉 The changes will be part of the upcoming update on the Marketplace. |




Add open and closed folder icons for deprecated or scrap.
Resolves: #3348
Thanks @opressorMk2 for raising the issue.
Description
Create pair of hollow folder icon having dashed outlines following existing color filled folder as well as 16x16 grid pattern.
Contribution Guidelines