Skip to content

Instantly share code, notes, and snippets.

@seothemes
Created April 23, 2024 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seothemes/20b31223720ebd8c92a54b9f889289e1 to your computer and use it in GitHub Desktop.
Save seothemes/20b31223720ebd8c92a54b9f889289e1 to your computer and use it in GitHub Desktop.
dark mode palette custom properties
@media (prefers-color-scheme: dark) {
body {
--wp--custom--color--body: #fff;
}
}
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"custom": {
"body": "#000"
},
"color": {
"palette": [
{
"name": "Body",
"slug": "body",
"color": "var(--wp--custom--color--body)"
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment