material-extensions / material-icons-browser-extension

Browser Addon that enhances file browsers of version controls with material icons.
MIT License
524 stars 39 forks source link

Support all icon packs #106

Closed PKief closed 1 month ago

PKief commented 1 month ago

By exposing some of the functions of the Material Icon Theme and the generation of the manifest file, it's possible to support all icon packs. The behavior is now similar to the VS Code extension:

image

This PR is related to https://github.com/material-extensions/vscode-material-icon-theme/pull/2411 and needs to wait until that is fully tested and published.