Why are Brave Browser Bookmark folders grey in Ubuntu mate but yellow in Win 10?

It looks like Google Chrome for Windows uses the regular Windows folder icon - they look the same:

image

My guess is that on Linux, it's intentionally built with a flat icon because every distro ships different icon themes.

Historically, I do remember when Chromium/Chrome had icons like this on both platforms:

Screenshot_20210504_123651


The source code (and its version control history) for Chromium will have all the answers. :slight_smile:

From quickly looking at the Chromium GitHub mirror of the source code, I couldn't find our Screenshot_20210504_130509 icon. I found the Windows folder_closed, Mac folder , and the old one folder_closed in this folder:

Theoretically, since Chrome is based on GTK, the developers could add some code to get the folder icon from the current theme, but I don't know the codebase so it might not be as straightforward as that.

Somewhere in the source code will have the answer. :mag:

4 Likes