add layout widths and color palette
This commit is contained in:
parent
696b821a5f
commit
bfa1a051e3
34
theme.json
34
theme.json
@ -5,34 +5,40 @@
|
|||||||
"useRootPaddingAwareAlignments": true,
|
"useRootPaddingAwareAlignments": true,
|
||||||
"appearanceTools": true,
|
"appearanceTools": true,
|
||||||
"layout": {
|
"layout": {
|
||||||
"contentSize": "590px"
|
"contentSize": "1198",
|
||||||
|
"wideSize": "1368"
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"palette": [
|
"palette": [
|
||||||
{
|
{
|
||||||
"slug": "background",
|
"slug": "background",
|
||||||
"color": "#F3F7F6",
|
"color": "#FFFAFA",
|
||||||
"name": "Background"
|
"name": "Background"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "background-code",
|
"slug": "contrast",
|
||||||
"color": "#DEE1E0",
|
"color": "#000000",
|
||||||
"name": "Background Code"
|
"name": "Contrast"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "text",
|
"slug": "main-purple",
|
||||||
"color": "#25211D",
|
"color": "#722668",
|
||||||
"name": "Text"
|
"name": "Main Purple"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "secondary",
|
"slug": "washed-purple",
|
||||||
"color": "#999",
|
"color": "#D0A7C0",
|
||||||
"name": "Secondary"
|
"name": "Washed Purple"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "lines",
|
"slug": "main-green",
|
||||||
"color": "#bbb",
|
"color": "#008D62",
|
||||||
"name": "Lines"
|
"name": "Main Green"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "washed-green",
|
||||||
|
"color": "#A1D7D2",
|
||||||
|
"name": "Washed Green"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user