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

Can you support css vars in the manifest?
We already set our vars according to the dark/light preference and a use app overriding setting/preference

so something like ...
```
  "theme_color": "var(--theme-color)",
  "background_color": "var(--background-color)"

```

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

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

Received on Saturday, 9 April 2022 13:07:02 UTC