Vencord / plugin-requests

Vencord plugin requests. Open the link below to create a request
https://github.com/Vencord/plugin-requests/issues/new?template=request.yml
27 stars 4 forks source link

Custom icons (SVGs, PNGs...) for Discord Folders #638

Open Ransomwave opened 1 month ago

Ransomwave commented 1 month ago

Plugin Description

Would be nice to be able to add custom icons to folders on Discord, so It's easier to tell which folder has what servers (for example, "YouTubers" folder would have a YouTube icon).

There would be a predefined list of icons that go with Discord's design language (eg. using something like fontawesome) and the option to imput a link to a custom image.

They should still be shown as folders if they have custom images without a transparent background by, perhaps, having a colored outline to differenciate it from servers.

Below I will show a mock-up of what I mean. You'll be able to see the regular icon, the predefined icon list, and a custom image:

foldericons_idea

Existing Plugin for other mod

No response

Request Agreement

Ransomwave commented 1 month ago

There is no other existing Plugin for this.

programminglaboratorys commented 1 month ago

isn't this possible with css?

Sqaaakoi commented 1 month ago

yeah but it'd be horror to implement probably

Ransomwave commented 1 month ago

isn't this possible with css?

Yes, but you'd have to manually edit every icon every time in the CSS for every single folder you want to change. How about there being a modal that does this for you, in the form of a plugin?

Ransomwave commented 1 month ago

yeah but it'd be horror to implement probably

How so? All it would do is change a few icons in the app, I don't see how this is harder than any of the other plugins that are available in Vencord already.

sadan4 commented 1 month ago

I made a plugin that does this, and have opened a pull for it. You can find that here: https://github.com/Vendicated/Vencord/pull/2558

andriemc commented 6 days ago

yeah but it'd be horror to implement probably

How so? All it would do is change a few icons in the app, I don't see how this is harder than any of the other plugins that are available in Vencord already.

They were talking about doing it with CSS