vscode-material-icon-theme icon indicating copy to clipboard operation
vscode-material-icon-theme copied to clipboard

feat: icons for desktop os

Open bart-krakowski opened this issue 2 years ago • 3 comments

This PR adds icons for the desktop OSs (Linux, Windows and MacOS). Closes: #1612

Frame 31

bart-krakowski avatar Aug 07 '22 17:08 bart-krakowski

Still same as before: Screen Shot 2022-08-10 at 6 13 10 AM

md-siam avatar Aug 10 '22 00:08 md-siam

Hi, I want this association too!

Thanks for contributing @bart-krakowski! I tested it, but something's not right.

image

The folder icons vanish! Where am I going wrong?

cc: @PKief

yozachar avatar Sep 28 '22 03:09 yozachar

@PKief, thanks for the update. So, I hopped on to Figma and did a few tweaks.

Linux Windows MacOS
Close folder-linux folder-windows folder-macos
Open folder-linux-open folder-windows-open folder-macos-open

Are these icons okay? (Open to suggestions!)


I use the gruvbox color theme. Setting custom icons on settings.json makes 'em disappear:

    "material-icon-theme.folders.associations": {
        "linux": "../../../../../../../.vscode/extensions/icons/folder-linux",
        "windows": "../../../../../../../.vscode/extensions/icons/folder-windows",
        "macos": "../../../../../../../.vscode/extensions/icons/folder-macos",
    }

But if I change to default dark color theme, the folder icons return, but they remain the default ones. (Should I open an issue?)

yozachar avatar Oct 07 '22 09:10 yozachar

image

Hi @PKief, I understand it boils down to personal taste, but the Linux folder icons on the right seems better.

If Windows and MacOS gets their latest official icons, it's fair that Linux does too. Plus "yellow" relates to the current kernel icon, sort of 😉 See: https://kernel.org/

image

SVG files 👇🏻

  • folder-linux
  • folder-linux-open

yozachar avatar Oct 11 '22 03:10 yozachar

183957919-d1ebfd17-4682-4d99-8a69-98865fcd0809

joe733 still not fixed. 😒

md-siam avatar Jul 15 '23 10:07 md-siam

Hi @md-siam, it will only be fixed if the PR is merged. I'm neither the PR author nor a repository maintainer. I'm afraid I cannot 'fix' it.

What you can do as a workaround is, download these SVGs:

Linux Windows MacOS
Close folder-linux folder-windows folder-macos
Open folder-linux-open folder-windows-open folder-macos-open

and add the following to your .vscode/setting.json

{
    "material-icon-theme.folders.associations": {
        "linux": "../icons/folder-linux",
        "windows": "../icons/folder-windows",
        "macos": "../icons/folder-macos",
    }
}

But, in my system it's still vanishing, maybe try at your end a see.

image


@PKief I understand now, that the icon I suggested earlier was not part of Material Design Icon pack. But the ones I've put forward in this comments (see above table) conforms the both to material icons and colors. Please review.

yozachar avatar Jul 15 '23 13:07 yozachar

joe733 Thanks for the temporary solution. 👍

md-siam avatar Jul 15 '23 20:07 md-siam

Surprising this branch hasn’t been pushed to the base branch yet

Keeryel avatar Aug 30 '23 09:08 Keeryel

Hi @md-siam, it will only be fixed if the PR is merged. I'm neither the PR author nor a repository maintainer. I'm afraid I cannot 'fix' it.

What you can do as a workaround is, download these SVGs: ...

I've just added these icons to this PR. I think they look great. Thanks for the creation of these SVGs and thanks for being patient 🙂

PKief avatar Sep 03 '23 18:09 PKief