add color palette
This commit is contained in:
parent
c08d4f73ab
commit
22034f372d
27
theme.json
27
theme.json
@ -1,6 +1,33 @@
|
|||||||
{
|
{
|
||||||
"settings": {
|
"settings": {
|
||||||
"appearanceTools": true,
|
"appearanceTools": true,
|
||||||
|
"color": {
|
||||||
|
"defaultPalette": false,
|
||||||
|
"defaultGradients": false,
|
||||||
|
"defaultDuotone": false,
|
||||||
|
"palette": [
|
||||||
|
{
|
||||||
|
"slug": "primary",
|
||||||
|
"color": "#12326E",
|
||||||
|
"name": "Primary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "secondary",
|
||||||
|
"color": "#A80000",
|
||||||
|
"name": "Secondary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "body-text",
|
||||||
|
"color": "#333333",
|
||||||
|
"name": "Primary light"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "white",
|
||||||
|
"color": "#FFF",
|
||||||
|
"name": "White"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"layout": {
|
"layout": {
|
||||||
"contentSize": "1300px",
|
"contentSize": "1300px",
|
||||||
"wideSize": "1400px"
|
"wideSize": "1400px"
|
||||||
|
Loading…
Reference in New Issue
Block a user