ubuntu / yaru.dart

Ubuntu Yaru Flutter widgets and themes for building desktop and web applications
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
234 stars 36 forks source link

fix: use safe picks for ubuntu colors #914

Closed Feichtmeier closed 2 months ago

Feichtmeier commented 2 months ago

This string kung fu was to unreliable I changed it to a plain mapping, just replaceAll '-dark' with ''

I tested this for ubuntu ubuntu sessions successfully

https://github.com/user-attachments/assets/5c74fcdb-bb6d-4604-8bc9-587b9e043910

but it needs to be tested for gnome session too @3v1n0

Maybe I manage it in my vm then I will update this PR