FR: Dark theme support
Hi Can you add dark theme support (like white text) for those of us who use dark theme? It is very hard to read the file names currently, see the image please.

Something to add here: also the search icon in the nextcloud header turns black when activating dark mode (which doesn't make sense - it should stay white or use the NC design standard).
Hi
It seems like the dark theme support has been improved but it iss till not respecting the theme well in the search results.
Please see the image below
https://i.imgur.com/N9GpMVV.png
I had made manual changes to get the resoults visible on dark theme /apps/fulltextsearch/css/fullthextsearch.css
.result_title{ color: #fff; } now i can see the resoults in white :-D
.provider_navigation { position: relative; font-size: 13px; color: #fff; font-weight:bold;
.provider_header { margin-bottom: 35px; color: white!important; font-weight: bold!important; }