From c606ded8fec75956a60cea3535d049e17e72e1ab Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 30 Aug 2025 00:06:06 +0200 Subject: [PATCH] add dark theme to .xprofile configuration --- xprofile/.xprofile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 xprofile/.xprofile diff --git a/xprofile/.xprofile b/xprofile/.xprofile new file mode 100644 index 0000000..b39a73c --- /dev/null +++ b/xprofile/.xprofile @@ -0,0 +1,2 @@ +export GTK_THEME="Adwaita:dark"; +export QT_QPA_PLATFORMTHEME="gtk2";