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

To keep it structured I am thinking of a new at-rule, that lists the possible values.

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

Not sure if you’d also be able to use this as a block, which could accept [globals](https://github.com/w3c/csswg-drafts/issues/9206) _(two birds, one stone)_

```
@color-scheme arctic {
 --var: value;
}
```

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


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

Received on Thursday, 30 November 2023 14:23:30 UTC