From e9bcb9ba61fc2745262ea653bd59983345ae7202 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 19 Jun 2022 20:36:18 +0200 Subject: [PATCH] dconf: prefer dark theme Some applications may not obey Net/ThemeName and use this to know how this should be customized. --- dotfiles/dconf.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/dconf.ini b/dotfiles/dconf.ini index 43eeda5..13cf795 100644 --- a/dotfiles/dconf.ini +++ b/dotfiles/dconf.ini @@ -2,3 +2,6 @@ process-all-outputs=true process-all-inputs=true run-in-background=true + +[org/gnome/desktop/interface] +color-scheme="prefer-dark"