RoyalTS 26 beta: web page dark mode settings

I noticed that RoyalTS 26 beta added an option to disable Dark mode for web pages – would it be possible to also add an option to enable it? When Windows is running in High Contrast mode, for some reason dark mode detection always returns false, even if the high contrast theme uses inverted colours. The workaround for Chromium-based browsers for this is to pass --force-dark-mode command-line switch (which I’ve been using in RoyalTS).

Similarly, it would be nice if high contrast rendering for web pages could be disabled, because it breaks too many of them. Command-line switch for this is --disable-features=ForcedColors

Hi,
the reason we added this setting was the fact that the Chromium engine vendor (Essential Objects) provided an API for that. Before that, we also had to use the CLI switches. I looked at the docs and it seems the settings you are asking for do not expose an API, so the only way to make use of them is still using the CLI switches.

Regards,
Stefan