Skip to content

Instantly share code, notes, and snippets.

@elpuas
Last active June 14, 2022 19:08
Show Gist options
  • Save elpuas/2ed6eec48b3ec04858e14a47d64692db to your computer and use it in GitHub Desktop.
Save elpuas/2ed6eec48b3ec04858e14a47d64692db to your computer and use it in GitHub Desktop.
Adding Colors
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"appearanceTools": true,
"color": {
"palette": [
{
"slug": "primary",
"color": "#D63E4B",
"name": "Primary"
}
],
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment