Created
December 15, 2023 08:31
-
-
Save tarampampam/f44d04ec5d7efa055c418d67b3004576 to your computer and use it in GitHub Desktop.
Enable dark mode on linux, including Google Chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gsettings get org.gnome.desktop.interface color-scheme | |
# default | |
$ gsettings set org.gnome.desktop.interface color-scheme prefer-dark |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment