9

Ubuntu 20.04 dark mode is not making the top bar menus dark. I've done all my updates and rebooted a few times but it won't make them menus dark.

20.04 Dark mode not making menus dark.

pomsky
  • 68,507
Steven
  • 867
  • 1
    Steven the modes you r changing are for "Appearance" theme only.. the one top bar is from user "shell theme". – PRATAP Apr 26 '20 at 02:47
  • Why did you remove the screenshot? The screenshot certainly helps to understand the issue easily. Also there's no need to add "screenshot provided" to the title itself as it's evident when one looks at the post. – pomsky Apr 26 '20 at 22:51

1 Answers1

11

The Display settings allowing to set a dark theme only sets the theme used by applications. The shell uses its own theme. You have to also change that to make the appearance of the shell dark. OMGBuntu devoted an article on how to change the entire user interface to dark.

In short:

  1. Install the package gnome-shell-extensions. This contains some official extensions, including the User themes extension. You can install with the command sudo apt install gnome-shell-extensions or find the "User Themes" extension in "Software".

  2. Make sure you have GNOME Tweaks installed.

  3. In GNOME Tweaks, on the Extensions tab, enable the extension "User themes".

  4. Quit GNOME Tweaks and restart it: now, you will be able to change the Shell theme on the "Appearance" tab.

vanadium
  • 88,010
  • If you don't have the User themes option in Tweaks / Extensions after installing (gnome-shell-extensions), find and download it here and follow this to install. – maciejwww Jan 18 '21 at 16:14
  • 1
    Or just Alt+F2 type r and Enter. – maciejwww Jan 18 '21 at 17:23
  • I would like to add this and am unable to make a comment. If after following the instructions provided, you still don't have user themes in tweaks, go to the User Themes link provided by maciejwww and look to the top right next to "ON" - you will see a little settings cog, click the cog and select whatever theme you want from the drop-down box (I wanted Yaru-Dark). This will apply the theme across all of your OS. – Jonathan Kowalczyk Apr 21 '23 at 20:51