It would be nice to style graphics based on dark / light theming.
It could be added as a view property to the MapView. "darkMode or theming"-prop e.g. -> It should be possible to use this property as arcade expression like $view.scale
$view.anyProperty or theming in this case. So I'm able to use this expression for rendering or visualVariables.
Maybe an enrichment of the current watch "view.scale" functionality for rendering?
Are there ways to achieve this already without updating all graphics and use a custom field for rendering based on an external property like darkMode or something else.
Thanks in Advance
Gr