I am running 0.114.0b2. It is great to see that finally a dark theme is now built into the UI. Currently I don’t have any themes setup configuration.yaml.
The user interface has options for “Auto” “Light” and “Dark”. I suppose auto is only for android, Windows 10 or an operating system that has a toggle for dark mode. However I don’t have any android devices that switch into dark mode, and my linux desktop doesn’t have any way of telling Chrome to enter a dark mode, so auto will be always useless for my setup.
Is there a way, to use frontend.set_theme to get the browser to switch into dark or light mode so I can build it into an automation to do something like switch into dark mode between sunset and sunrise? I think the way the service call is implemented it can only tell the light or dark mode be a certain previously installed custom theme, not instruct the browser to switch between light and dark.
Alternately does anyone simply have the yaml configuration of the default “dark” theme that exists in polymer that I can paste into the themes: section of frontend:. I think the default dark theme looks good enough and would like to set that as custom theme.