Skip to content

Commit

Permalink
Keeps the themes.json file as experimental for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuswetah committed Jul 12, 2021
1 parent ecbe1d5 commit a86f77e
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions src/experimental-theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
/* We are not using this by now, as we need to provide
* support to the new alignment strategy: https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
*/
{
"version": 1,
"settings": {
"color": {
"link": true,
"palette": [
{
"name": "Default",
"slug": "default",
"color": "#298596"
},
{
"name": "Carmine",
"slug": "carmine",
"color": "#8c442c"
},
{
"name": "Cherry",
"slug": "cherry",
"color": "#A12B42"
},
{
"name": "Mustard",
"slug": "mustard",
"color": "#754E24"
},
{
"name": "Mint Green",
"slug": "mintgreen",
"color": "#255F56"
},
{
"name": "Dark Turquoise",
"slug": "darkturquoise",
"color": "#205E6F"
},
{
"name": "Turquoise",
"slug": "turquoise",
"color": "#185F6D"
},
{
"name": "Blue Heavenly",
"slug": "blueheavenly",
"color": "#1D5C86"
},
{
"name": "Purple",
"slug": "purple",
"color": "#4751a3"
},
{
"name": "Violet",
"slug": "violet",
"color": "#955ba5"
}
]
}
}
}

0 comments on commit a86f77e

Please sign in to comment.