Join the dark side… of Gnome 42
As of today, my main computer has a few pieces of software from Gnome 42. I like to use a dark theme these days. I used to set my preference in the Gnome Tweaks application. Now, I believe the setting can be changed in the Settings.
But, as the package is not there yet, I tried to do it with the command line. Here we go:
gsettings get org.gnome.desktop.interface color-scheme
gsettings set org.gnome.desktop.interface color-scheme prefer-dark
You can find the definition of this setting here on Github.
The allowed values are:
default
prefer-dark
prefer-light