From 83853faf0e8ed2cc3a39d064fdccfa2ad722e7c0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 15 Feb 2022 09:09:23 +0100 Subject: [PATCH] Closes #12 --- ubuntuConfiguration.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ubuntuConfiguration.sh b/ubuntuConfiguration.sh index d59ceb0..283c357 100644 --- a/ubuntuConfiguration.sh +++ b/ubuntuConfiguration.sh @@ -57,4 +57,7 @@ do fi done +# Dark theme +gsettings set org.gnome.desktop.interface gtk-theme "Yaru-dark" + echo -e "\nGlobal Ubuntu modifications applied! 🎉"