> Maybe see https://github.com/ubuntu/yaru/issues/1483
Great, thanks for that link! So I got dark menus working by doing the following: * I cloned the source from https://github.com/ubuntu/yaru.git: git clone https://github.com/ubuntu/yaru.git * After changing into the yaru folder, I changed the build variant to dark in ./gtk/src/light/gtk-3.0/gtk.scss by changing "$variant: 'light';" to "$variant: 'dark';" (as per https://discourse.ubuntu.com/t /yaru-dark-variant/7936) * I built it based on instructions at http://www.ubuntubuzz.com/2019/03 /ubuntus-yaru-theme-on-fedora.html: sudo apt build-dep yaru-theme # ie to get required packages for building cd yaru # ie to cd into the yaru git folder meson build cd build ninja sudo mkdir /usr/share/themes/Yaru-dark/gnome-shell cp gnome-shell/src/* /usr/share/themes/Yaru-dark/gnome-shell Then, after restarting gnome-tweaks, there's a Yaru-dark shell theme available that gives great-looking dark toolbar menus (and, bonus, shell popup windows)! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1842886 Title: Yaru-dark shell menus are not dark To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/yaru-theme/+bug/1842886/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs