-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support GNOME accent colors #908
Comments
Thanks for the heads-up! When we do this we don't need to drop it for lower specific Ubuntu versions though, right? Edit: if it's dynamic we can already create new themes on the fly, I can post an example |
FYI we're still tuning the brown accent a bit, so I can give the final colors we're using soon. In yaru css theme we compute the colors via some contrast optimization function, but once finalized I can give you the final ones |
sure, an update with the new color (detection) is now available for your flutter collegues |
GNOME 47 will supports accent colors, however this comes with some limitations as the number of colors and their values are limited.
We still have to define a full migration strategy, but ideally we're removing the ubuntu specific colors and use upstream ones.
We may tune some of the upstream colors to match the previous colors of us, but this is not yet defined (for sure we'll do it for the orange though).
So, opening this so that we can prepare a migration strategy (we'll need to listen on
xdg-setting
for the value in use), while more details need to come.For sure yaru.dart will need to support the same logic to get the color to use depending on the xdg-setting value.
The text was updated successfully, but these errors were encountered: