Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material icons all look the same #623

Open
Darthagnon opened this issue Apr 8, 2024 · 5 comments
Open

Material icons all look the same #623

Darthagnon opened this issue Apr 8, 2024 · 5 comments

Comments

@Darthagnon
Copy link

For anyone else looking. 7672978988 (26 Jan 2024) is the last version of Treesheets before the toolbar icons were changed from WinXP/Aero icons to Google Material-style icons.

Maybe it's just me, but I find the new monochrome Material icons rather ugly and difficult to tell apart.

@Darthagnon
Copy link
Author

As per the changelog of 7717149563, documented accessibility regression:

Replace toolbar icons with scalable images from Material Design (#605)

The SVG files are rendered into bitmap bundles that can be used for
HiDPI display.

This commit also removes the extra icon set for black and white and its
configuration. The Material Design symbols are already monochrome.

The previous toolbar icons seem to work just fine with my HiDPI display, are much easier to tell apart, and look pretty, with a stronger visual identity. They do still disappear offscreen when the window is resized (#247) without any collapsible or scrollable menu, but look and work fine in fullscreen.

@aardappel
Copy link
Owner

Hmm, maybe we can find a really good color icon set that comes in SVG format?

In fact there apparently exist SVG versions of the original icons we used: https://en.wikipedia.org/wiki/Nuvola

@georgeraraujo
Copy link
Contributor

Hmm, maybe we can find a really good color icon set that comes in SVG format?

In fact there apparently exist SVG versions of the original icons we used: https://en.wikipedia.org/wiki/Nuvola

I tried my hand at those SVG versions, cobbled together new icons, and came up with this:

image

What do you think?

@aardappel
Copy link
Owner

hard to tell, the rendering of these doesn't look particularly precise pixel wise, but it could just be the screenshot. Are these directly rendered from an SVG without bitmap scaling?

These icons are prettier than the b&w ones, but b&w looks less intrusive.

@tobiolo

@georgeraraujo
Copy link
Contributor

hard to tell, the rendering of these doesn't look particularly precise pixel wise, but it could just be the screenshot. Are these directly rendered from an SVG without bitmap scaling?

Yes, they are. I suppose GitHub lowered the quality of the screenshot to save space.

These icons are prettier than the b&w ones, but b&w looks less intrusive.

I like the monochrome icons better than these, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants