Correct me if i'm wrong but i think this program uses hard coded paths to search for themes, if so then it would be better to use paths from XDG_DATA_DIRS environmental variable because for example nix home manager uses ~/.nix-profile/share/themes to store themes and ~/.nix-profile/share/icons to store cursor themes, which this program doesn't seem to find.
Correct me if i'm wrong but i think this program uses hard coded paths to search for themes, if so then it would be better to use paths from XDG_DATA_DIRS environmental variable because for example nix home manager uses ~/.nix-profile/share/themes to store themes and ~/.nix-profile/share/icons to store cursor themes, which this program doesn't seem to find.