feat(flatpak): GTK theme

This commit is contained in:
Ahurac 2024-10-01 13:47:23 +02:00
parent 52995808f5
commit d8ceb46376

View file

@ -58,7 +58,7 @@
Context.sockets = [ "wayland" "!x11" "!fallback-x11" ];
Environment = {
XCURSOR_PATH = "/run/host/user-share/icons:/run/host/share/icons";
GTK_THEME = "Adwaita:dark";
GTK_THEME = "adw-gtk3-dark";
};
};
};