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

Add HiDPI theme for better scaling, hi-res displays #476

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

Commits on Aug 24, 2024

  1. Add HiDPI theme for better scaling, hi-res displays

    Install SVG-based HiDPI theme alongside the PNG-based theme.
    This should be used for better icon scaling, specifically when
    Scaling is set to 2x or 3x. PNG may be a bit faster to load,
    so the SVG HiDPI theme is optional.
    
    Using the HiDPI theme will fix issues where the wrong icons are shown in
    some places with scaling enabled (like the Places sidebars in file managers).
    It should also fix and blurry icon issues, especially with scaling enabled.
    The PNG non-HiDPI theme restricted the amount of zoom steps the icons had
    in file managers with scaling enabled, so this should resolve that as well.
    
    Fixes shimmerproject#124
    Fixes shimmerproject#317
    Fixes shimmerproject#362
    Fixes shimmerproject#403
    newhoa committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    73d54d1 View commit details
    Browse the repository at this point in the history