-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keeps the themes.json file as experimental for now.
- Loading branch information
1 parent
ecbe1d5
commit a86f77e
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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" | ||
} | ||
] | ||
} | ||
} | ||
} |