From 3d221cc5c069361c0f22b138ed6e020031200298 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 26 Sep 2024 03:00:40 -0400 Subject: [PATCH] Set GTK4 and QT6 themes --- .zshenv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshenv b/.zshenv index 6f4262e..976c341 100644 --- a/.zshenv +++ b/.zshenv @@ -14,7 +14,9 @@ export ARDUINO_DIR="/usr/share/arduino" export ARDMK_DIR="$HOME/Programs/Arduino-Makefile" export STEAMAPPS="$HOME/.local/share/Steam/steamapps/common" +export GTK_THEME=Adwaita:dark export QT_STYLE_OVERRIDE=gtk2 +export QT_QPA_PLATFORMTHEME=qt6gtk2 export QT_AUTO_SCREEN_SCALE_FACTOR=true export CALIBRE_USE_SYSTEM_THEME=true