Re: [w3c/manifest] Add `color_scheme_dark` member and themeable members (colors only) (PR #1207)

@marcoscaceres commented on this pull request.



> +              "background_color": "#fff",
+              "theme_color": "red",
+              "color_scheme_dark": {
+                "background_color": "#000",
+                "theme_color": "hotpink"
+              }
+            }
+        </pre>
+        </aside>
+        <p>
+          The user agent SHOULD use the user's system theme preference (e.g.,
+          dark mode) to apply the values from [=manifest/color_scheme_dark=]
+          when appropriate.
+        </p>
+        <aside class="note">
+          Because the [=themeable members=] were defined prior to the

We probably don't need the historical justification. The design is sound; this is not a legacy compromise.  

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1207#pullrequestreview-4065070012
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1207/review/4065070012@github.com>

Received on Monday, 6 April 2026 23:48:47 UTC