11

I had ubuntu 16.04 earlier with gnome environment and apple look alike theme with the help the help of tweak tool . Now I have upgraded to 18.04 . But I am experiencing problems with the apple theme, like some buttons not appear , icon names at the top bar not aligned correctly , etc. How to get default theme for 18.04

  • Apple theme looks a bit old now, you could try the seaching for "communitheme" in the Ubuntu store, install, logout and select the new theme from the "gear" icon and login. Alternatively, the more modern windows 10 look (which I prefer) can be download from https://b00merang.weebly.com/windows-10.html – Bernard Wei Jul 13 '18 at 18:59

1 Answers1

27

It may be easiest for you at this point to reset your theme and icons to the Ubuntu factory defaults with two command in the terminal:

gsettings reset org.gnome.desktop.interface gtk-theme
gsettings reset org.gnome.desktop.interface icon-theme

Open a terminal, copy and paste these two commands and your theme and icons will be reset to those of a freshly installed Ubuntu system. To change to other installed themes later on, you can use Tweak Tool.

vanadium
  • 88,010