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

marcoscaceres left a comment (w3c/manifest#975)

Ok, running through more conditions, it might be better to just have one `"dark"` member 🙈:

```JSON
{
  "background_color": "#fff",
  "theme_color": "red",
  "dark": {
    "background_color": "#000",
    "theme_color": "hotpink"
     "icons_localized": [{}]
  }
}
```

That still covers everything and is even less complexity. 

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

Message ID: <w3c/manifest/issues/975/3754426877@github.com>

Received on Thursday, 15 January 2026 12:11:46 UTC