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

Redesigned icons with svgcleaner optimization #12927

Closed
wants to merge 2 commits into from
Closed

Redesigned icons with svgcleaner optimization #12927

wants to merge 2 commits into from

Commits on May 27, 2020

  1. Redesigned icons with svgcleaner optimization

    Old icons posed two problems:
    
     - They were barely visible in dark theme
     - They didn't share homogeneous icon size or color
    
    With this commit following changes were made:
    
     - Bright Icons are equally visible in both white and dark theme
     - All icons are in 32*32px canvas and use only 4 colors
    
    These icons have well visibility in the HDPI screen and thus future proofs the application.
    nowshed-imran committed May 27, 2020
    Configuration menu
    Copy the full SHA
    52e6cb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Removing document-edit-verify.svg from icon.qrc

    Nowshed H. Imran authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    50bef47 View commit details
    Browse the repository at this point in the history