Last active
June 14, 2022 19:08
-
-
Save elpuas/2ed6eec48b3ec04858e14a47d64692db to your computer and use it in GitHub Desktop.
Adding Colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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