Enable Dark Mode in Model-Driven Apps
Your model-driven app can go from this:

To this:

To enable dark mode, simply append the following string to your model-driven app url:
&flags=themeOption%3Ddarkmode
Your url should look something like:

And voila, dark mode enabled!

💡
Dark mode does not persist after closing your browser or leaving the page. Not all elements will display correctly.
According to this Microsoft article (updated 3/25/2025) dark mode still remains experimental and unsupported.