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

Use translucent black for RoomSubList bg to fix tinting #6227

Merged
merged 2 commits into from Feb 22, 2018

Commits on Feb 22, 2018

  1. Use translucent black for RoomSubList bg to fix tinting

    The alternative is to specify yet another colour that we have to
    worry about when applying tinting, which is currently quite
    fragile and requires changes to many parts of the app, including
    all themes that don't require the colour to be tinted.
    
    By using translucent black, we effectively take the secondary
    accent colour of the LeftPanel and make it more black.
    
    Note: This does not preserve the previous colour we were using,
    although the alternative above does allow for this.
    lukebarnard1 committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    f67b457 View commit details
    Browse the repository at this point in the history
  2. Simplify roomsublist bg colour

    This should not have a noticeable effect on the end result.
    lukebarnard1 committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    1139a3f View commit details
    Browse the repository at this point in the history