Skip to content

Instantly share code, notes, and snippets.

@jfeilbach
Last active February 18, 2020 07:18
Show Gist options
  • Save jfeilbach/562c87364533b003aaf49044c60555a9 to your computer and use it in GitHub Desktop.
Save jfeilbach/562c87364533b003aaf49044c60555a9 to your computer and use it in GitHub Desktop.
How To Get Dark GNOME Shell Menus And Dialogs On Ubuntu 19.10 With Yaru Theme

Gnome Shell dark

The default dark theme in Ubuntu 19.04/19.10 Gnome is missing some components in gnome shell. This will apple the YAru dark theme to the missing portions of gnome shell.

Install software

sudo apt install git meson sassc libglib2.0-dev libxml2-utils
git clone https://github.com/ubuntu/yaru
cd yaru
meson build
cd build
sudo ninja install
sudo apt install gnome-tweaks gnome-shell-extensions

Enable the User themes extension and switch to the Yaru-dark Shell theme in gnome-tweaks

undo

sudo rm -r /usr/share/themes/{Yaru,Yaru-dark,Yaru-light}
sudo apt install --reinstall yaru-theme-gnome-shell yaru-theme-gtk
@jfeilbach
Copy link
Author

gnome-shell2
gnome-shell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment