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

@marcoscaceres commented on this pull request.



> +              "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
+          introduction of dark mode, they are implicitly treated as the light

Nit: link to "dark mode"? 

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

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

Received on Monday, 16 February 2026 04:07:51 UTC