How can I activate a dark theme for the file manager under Debian-12?
This is a Gnome/Nautilus setting. In your app VM run the following:
gsettings set org.gnome.desktop.interface color-scheme “prefer-dark”
2 Likes
Thank you that worked.