-
Notifications
You must be signed in to change notification settings - Fork 126
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
chore: Bump dependencies #1818
chore: Bump dependencies #1818
Conversation
Thanks for working through all those dependencies! Some things I notices while testing a snap build of this:
I feel like it looks a bit off in the light theme |
np, yw! indeed too strong! |
@spydon: looks like you left a TODO note for this :)
|
55a0de5
to
a032d78
Compare
I'm just noticing that yaru doesn't catch any gsettings exceptions in case accent colors aren't supported
|
I don't know if this is enough though |
I'd definitely prefer making such changes in |
I think the color that we used to override with before was good? So |
sorry I dont remember 👴 |
@Feichtmeier aah, it's defined in relation to the surface color: Color _cardColor(ColorScheme colorScheme) =>
colorScheme.surface.scale(lightness: colorScheme.isLight ? -0.1 : 0.08); And before it seems like |
yes, the problem is that cardColor needs to have a contrast against the surface |
I think @anasereijo said she'd have some time to check tomorrow, so tagging her again 😄 |
Thanks @Feichtmeier this is looking much better IMO. I wasn't sure about the grey background on app cards, so thanks for making it possible to have the white. I quite like the subtle contrast in the dark theme too 👍 Thanks! |
@anasereijo this is what it looks like with Yaru 5.2.1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot - LGTM 👍
No description provided.