Re: [w3c/manifest] Add support for defining a theme color for both light & dark modes (prefers color scheme) (#975)

One approach that sounds good to me would be to overload `"theme_color"` to accept either a string (the current behavior), or a nested object like so:

```
"theme_color": {
  "dark": "#000000",
  "light": "#ffffff"
}
```

Not sure if this approach conflicts with existing functionality in any way, but it's the first approach that came to mind.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/975#issuecomment-832204747

Received on Tuesday, 4 May 2021 19:58:47 UTC