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

Implement (hacky) support for scalable icons #494

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 20, 2024

  1. Implement (hacky) support for scalable icons

    Previously, any icons that were found in folders like scalable or
    symbolic were ignored because they didn't contain any sizing
    information. Instead, assume any icons ending with ".svg" to be
    scalable as it's the only supported vectorized format.
    
    With this, the adwaita icon theme should work again, they removed most
    of their fixed size icons semirecently:
    
    https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/221
    Tharre committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    4abde47 View commit details
    Browse the repository at this point in the history