Unlike Ubuntu, Fedora offers the actual, vanilla GNOME experience. And that works pretty well. The horizontal layout, the three finger swipe, it’s all good.
The one thing I don’t like is the default standard theme which is a mix of Adwaita Light (default) theme and the dark shell.
So, while the notifications and notification area are dark, rest of the system and applications have light theme. And quite honestly, it looks dull for my taste.
On the other side, the dark theme makes it look better.
Let me show you how to turn the dark mode on in Fedora or any other distribution that uses GNOME desktop environment.
Switch to dark mode in Fedora
Alright! I’ll share the command line method because it is quicker. Open a terminal and use this command:
gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark
That’s it. It was easy, right? But I’ll also show the GUI method.
Since I use Ubuntu primarily, my reference point is always Ubuntu. Ubuntu provides the option to switch between the light and dark theme in the system settings itself.
However, there is no such settings in the vanilla GNOME. You’ll have to install GNOME Tweaks tool on Fedora first and then use it to switch themes.
You could either search for it in the software center and click the ‘Install’ button:
Or, you type the following command in the terminal:
sudo dnf install gnome-tweaks
Once installed, search for it in the system menu by pressing the super key (Windows key):
Click on the Appearance tab in the left sidebar and click on the Applications under the Themes section.
You’ll see a few available themes here. You should select Adwaita-dark here. As soon as you select it, the application will switch to dark theme.
And that’s all you need to do to switch to dark mode in Fedora. Since the GNOME Shell is already using dark theme, you don’t need to explicitly set it to dark mode. All the notifications, message tray etc. are in dark mode always.
Conclusion
You can find various dark GTK themes and install them to give your Fedora a different dark look. However, I have noticed that it is only the system’s own dark theme that is recognized by web browsers.
So, if you visit a website that automatically enables dark mode based on your system theme, it will work with Adwaita-dark but may not work with other dark GTK themes.
That’s one sure shot advantage of using dark theme provided by the system.
As you can see, it’s not a rocket science to enable dark mode in Fedora. It’s just a matter of knowing and finding things.
Enjoy the dark colors!