How to enable Dark Mode in Ubuntu 20.04 LTS

Basically, Dark Mode will change the color scheme of programs and UI to dark color and make it appear less light while also easier on the eyes. Enabling Dark Mode on your system not only reduces eye strain, but also extends battery life.

Condition

  1. Ubuntu 20.04 system
  2. User with sudo privilege

Note:

  1. The procedure discussed in this article has been tested on Ubuntu 20.04 LTS.
  2. To launch Command Line Terminal, press Ctrl + Alt + T.

Enable Dark Mode in Ubuntu

Follow the steps below to enable Dark Mode in Ubuntu:

Step 1: Launch Settings

First, you'll need to launch the Settings app in the system. You can do so by going to the top right corner of the screen and clicking on the system menu. Then, from the menu that appears, click Settings.

Another way to open the Settings utility is to right-click on the Desktop and from the context menu that appears select Settings.

Step 2: Turn on Dark Mode

From the left sidebar in the Settings app, choose the Appearance tab. Here, you will find 3 different themes in the Window colors section. Ubuntu has a standard theme enabled by default.

Now, to enable Dark Mode on the system, select 'Dark' as shown in the following screenshot. The changes will be applied immediately, and you'll see that nearly all of the default apps, including the Settings window and Nautilus File Manager, are currently in a dark background.

How to enable Dark Mode in Ubuntu 20.04 LTS Picture 1

Select 'Dark'

However, you will notice that the dark theme has not yet been applied to the shell, such as in the right-click context menu and notification area, the system menu and the application menu (in the top panel).

In the following screen shot, you can see that the File Manager and Settings apps are in dark background while the context menu is in light mode.

How to enable Dark Mode in Ubuntu 20.04 LTS Picture 2

Turn on completely dark background

In the next section, I will see how to enable Dark Mode in the rest of the UI shell areas. In this way, you can achieve a completely dark background in your system.

Follow the steps below to enable completely dark background on Ubuntu:

Step 1: Install the Gnome shell extensions

You will need Gnome shell extensions that allow you to enable dark theme for shell. Use the following command in Terminal to install the Gnome shell extensions:

$ sudo apt install gnome-shell-extensions

Step 2: Install Gnome Tweaks utility

Then install the Gnome Tweaks utility with the following command:

$ sudo apt install gnome-tweaks

Step 3: Turn on User Themes extensions

Now, open the Gnome Extensions app on your system. To do so, press the super key and type extensions in the search bar. When the icon for the Extensions application appears as you can see in the following screenshot, click it to open it.

In the Extensions application, slide the toggle button next to User Themes to the On position.

How to enable Dark Mode in Ubuntu 20.04 LTS Picture 3

Now, log out of the system and log in again or just press Alt + F2 then press r to restart Gnome shell.

Step 4: Change Shell theme

Now, open the Gnome Tweaks widget and from the left sidebar select the Appearance tab. Then choose Yaru-dark from the drop-down options next to Shell.

The changes will be applied immediately, and you will see the dark theme applied to all remaining areas, including the right-click context menu, notification area, system menu, and apps menu.

How to enable Dark Mode in Ubuntu 20.04 LTS Picture 4

Turn off Dark Mode

If you are bored with the dark theme, you can disable it from the Gnome Tweaks utility.

1. Open the Gnome Tweaks widget and from the left sidebar, select the Appearance tab.

2. Then choose the Default theme from the drop-down options next to Applications and Shell.

How to enable Dark Mode in Ubuntu 20.04 LTS Picture 5

Now the dark background mode will be disabled and the default light mode will be applied to the system.

3.9 ★ | 11 Vote

May be interested

  • How to install Hyper Terminal in Ubuntu 20.04Photo of How to install Hyper Terminal in Ubuntu 20.04
    hyper is an open source application supported on all three major platforms: windows, linux, and macos. in this tutorial, tipsmake.com will explain how to install hyper terminal in ubuntu system.
  • How to use the history command in LinuxPhoto of How to use the history command in Linux
    as you spend more and more time in terminal sessions, you will constantly find new commands that make everyday tasks more efficient. the gnu history command is one of them.
  • How to set up Bluetooth in LinuxPhoto of How to set up Bluetooth in Linux
    other distributions like fedora and arch linux require you to do some setup before you can fully enjoy the benefits of bluetooth on your computer. here is how you can set up bluetooth in linux.
  • How to install Putty SSH Client on Ubuntu 20.04 LTSPhoto of How to install Putty SSH Client on Ubuntu 20.04 LTS
    in this article, tipsmake.com will explain how to install putty on ubuntu 20.04 lts system. the same process can be used for debian, mint and earlier ubuntu releases.
  • How to fix the problem of being unable to enter Terminal in LinuxPhoto of How to fix the problem of being unable to enter Terminal in Linux
    nothing is perfect and sometimes, even terminal can stop responding or ignore what you type. if your terminal crashes and you can't enter it, here are some of the most common causes and solutions for them.
  • How to monitor, clean and optimize Linux with StacerPhoto of How to monitor, clean and optimize Linux with Stacer
    looking for ways to optimize your linux system and make it run faster? there are tons of ways and tools for you to do this, and stacer includes everything you need to monitor, clean, and optimize your linux installation.