this post was submitted on 24 Jun 2025
95 points (100.0% liked)

KDE

6865 readers
42 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
 

So I recently redid a full system icon pack based on/ using the open source material design icons from google. I wanted to have an icon pack that could completely adapt my whole system to any colour I wanted, and ended up having to make my own.

I shared this recently here.

I’m releasing it very soon, and would love some ideas or tips I should consider in the last moments before I submit the finished first release?

So far I know I need many more app icons, but other than that would love some ideas/ tips. Thanks.

(I’d love a list of app names I need to name the app icons to so they automatically apply.)

top 11 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 6 days ago (2 children)

Could be useful to check scaling. How’s it look really small to really large. Might help inform some of the line work decisions. Looks nice with all the colors!

Also, the way you present the bottom row with a blended gradient, might be its own nice set, preserving the blending so each icon has a bit of multiple colors to it.

[–] [email protected] 2 points 6 days ago (1 children)

The bottom row is meant to show that the theme changes to the used accent colour. Should I make that more clear?

[–] [email protected] 1 points 6 days ago (1 children)

No no, I understand what it shows. I’m suggesting the blended version looks nice and could be an extra option.

[–] [email protected] 1 points 6 days ago

Great you understood. I want it to be as universal as possible and part of that is no English text explaining stuff. Anyway, I’ve thought of that too. It would be a bit of work to make sure it looks good, but definitely an option in the future.

[–] [email protected] 1 points 6 days ago (1 children)

They are all vectors so the scaling is good. I don’t have larger variants for folders and mimetypes but that’s planned in the future.

[–] [email protected] 2 points 6 days ago (1 children)

Yes mathematically it scales perfectly. Except in the end it still gets rasterized. Because you have carrying line thicknesses in the icons themselves, it’s important to check how the icons look at common scales / sizes on a regular monitor resolutions such as 1080p, 1440p, and 4k.

[–] [email protected] 1 points 6 days ago

This is very intriguing. I’ve been testing it and it seems good, but maybe I’m not looking for the right thing. Care to explain what you mean?

[–] [email protected] 8 points 6 days ago (1 children)

Looking good.

One small idea to create chaos:

Is it possible to randomize the color for each icon? So you would have different colors for each icon

[–] [email protected] 4 points 6 days ago* (last edited 6 days ago)

With the icons I’m releasing an “unfilled set”. And I have tediously made sure all my icons are single layer proper svg files without any styles or unnecessary metadata and no strokes. That way it’s super easy to run batch commands on the whole set. Say you wanna replace a colour, do a find and replace and command, it’s that’s simple. So for chaos you could just make a script to keep changing the fill as it goes through every icon.

[–] [email protected] 1 points 6 days ago* (last edited 6 days ago) (1 children)

Looks really nice!

Like astrsk, I feel like the stroke might be slightly too thick at some sizes. I would make it approximately 20% thinner. (Though depending on how these are constructed that might be too much work. If so, it's not bad as is)

[–] [email protected] 2 points 6 days ago

I plan to add an extra size for larger scaling that will have thinner lines.