- From: Christian Liebel <notifications@github.com>
- Date: Thu, 15 Jan 2026 03:35:48 -0800
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 January 2026 11:35:52 UTC
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