canonical / ubuntu-flavor-installer

Ubuntu Desktop Installer starting point for Ubuntu flavors.
https://github.com/canonical/ubuntu-desktop-installer
GNU General Public License v3.0
8 stars 4 forks source link

Flavours: Can we theme the installer per flavour #9

Closed fossfreedom closed 1 year ago

fossfreedom commented 1 year ago

Having had a quick look around in the code I noticed reference to flavor themes here

https://github.com/canonical/ubuntu-desktop-installer/blob/main/packages/ubuntu_wizard/lib/src/widgets/flavor.dart

Does this mean flavours can theme the installer?

For Ubuntu Budgie we would like to use our shipped GTK Theme called Pocillo-dark rather than Ubuntu's yaru

If it is possible to theme - please if possible give some guidance where in the source a suitable PR could be made to?

madsrh commented 1 year ago

I can see that you've already found this https://github.com/canonical/ubuntu-flavor-installer

Can we close this issue? Maybe a comment about theming should be added to the readme.

jpnurmi commented 1 year ago

Flutter doesn't use GTK themes but yaru.dart comes with ready-made variants for flavors: https://pub.dev/documentation/yaru/latest/yaru/yaru-library.html#properties

I've added some explanation regarding theming: https://github.com/canonical/ubuntu-flavor-installer#look-and-feel