Set dark mode

This commit is contained in:
2026-07-09 17:21:00 +02:00
parent a3d98a0522
commit c7c8352e89
5 changed files with 122 additions and 4 deletions
+4 -2
View File
@@ -80,8 +80,10 @@ env = HYPRCURSOR_SIZE,24
env = XCURSOR_THEME,default
# Theme options
env = ADWAITA_THEME,dark
env = COLOR_SCHEME,prefer-dark
# Dark mode is not driven by env vars here: GTK4/libadwaita follow the gsettings
# color-scheme=prefer-dark set in 03-user/40-defaults.sh (also exposed via the xdg
# portal), GTK3 follows gtk-*/settings.ini, Qt follows GTK via QT_QPA_PLATFORMTHEME
# below, and KDE apps follow ~/.config/kdeglobals.
env = GDK_BACKEND,wayland,x11,*