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

christianliebel left a comment (w3c/manifest#975)

Discussed at today’s editor meeting, we might simply use `dark_colors` to override the default `background_color` and `theme_color` if the system is set to dark mode.

```json
{
  "background_color": "#fff",
  "theme_color": "red",
  "dark_colors": {
    "background_color": "#000",
    "theme_color": "hotpink"
  }
}
```

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

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

Received on Thursday, 15 January 2026 11:35:52 UTC