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.
Asked
Active
Viewed 5,042 times
9
-
1Steven 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 Answers
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:
Install the package
gnome-shell-extensions
. This contains some official extensions, including theUser themes
extension. You can install with the commandsudo apt install gnome-shell-extensions
or find the "User Themes" extension in "Software".Make sure you have GNOME Tweaks installed.
In GNOME Tweaks, on the Extensions tab, enable the extension "User themes".
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
-
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