Re: [csswg-drafts] [css-color-adjust] Allow authors do define custom `color-scheme` values. (#9660)

I am thinking of maybe something like this:

```css
@color-scheme ancestry, arc, arc-grey;

:root {
  -–foo: schemed-value(
    --ancestry yellow,
    -–arc red,
    -–arc-grey lime
  )
}
```

This way I can define all my colors in one selector, instead of 3 ( `.color-scheme-ancestry{ … }`, `.color-scheme-arc{ … }` etc )

-- 
GitHub Notification of comment by MrHBS
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9660#issuecomment-1837137757 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 2 December 2023 12:31:30 UTC