Install Adwaita shell theme in Ubuntu 18.10
- Create a folder "myShellTheme" or any name as you wish in
/usr/share/themes/
-
Create subfolder in "myShellTheme" named "gnome-shell"
-
Copy the required theme file
sudo cp /usr/share/gnome-shell/theme/gnome-shell.css /usr/share/themes/myShellTheme/gnome-shell/
-
Close all the files, Open Gnome-Tweaks and Select "myShellTheme" under User Themes
You can load the vanilla GNOME shell theme (Adwaita) from your home directory. To do that follow the steps below.
- Create a directory, say
MyTheme
either in~/.themes
or in~/.local/share/themes
. (You may create~/.themes
or~/.local/share/themes
if they don't exist.) - Create another directory inside
MyTheme
calledgnome-shell
. - Create an empty text file in this
gnome-shell
directory and name itgnome-shell.css
. -
Open this
gnome-shell.css
in a text editor and add the following line@import url("/usr/share/gnome-shell/theme/gnome-shell.css");
Then save the file.
Launch (GNOME) Tweaks, go to Appearance section, and click the drop-down box next to "Shell" theme. MyTheme should appear in the drop-down list (assuming you've the 'User Themes' extension installed and enabled). Select it.
(You may have to re-login or restart GNOME shell to see the effect)