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,
|
||||
"appearanceTools": true,
|
||||
"layout": {
|
||||
"contentSize": "590px"
|
||||
"contentSize": "1198",
|
||||
"wideSize": "1368"
|
||||
},
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"slug": "background",
|
||||
"color": "#F3F7F6",
|
||||
"color": "#FFFAFA",
|
||||
"name": "Background"
|
||||
},
|
||||
{
|
||||
"slug": "background-code",
|
||||
"color": "#DEE1E0",
|
||||
"name": "Background Code"
|
||||
"slug": "contrast",
|
||||
"color": "#000000",
|
||||
"name": "Contrast"
|
||||
},
|
||||
{
|
||||
"slug": "text",
|
||||
"color": "#25211D",
|
||||
"name": "Text"
|
||||
"slug": "main-purple",
|
||||
"color": "#722668",
|
||||
"name": "Main Purple"
|
||||
},
|
||||
{
|
||||
"slug": "secondary",
|
||||
"color": "#999",
|
||||
"name": "Secondary"
|
||||
"slug": "washed-purple",
|
||||
"color": "#D0A7C0",
|
||||
"name": "Washed Purple"
|
||||
},
|
||||
{
|
||||
"slug": "lines",
|
||||
"color": "#bbb",
|
||||
"name": "Lines"
|
||||
"slug": "main-green",
|
||||
"color": "#008D62",
|
||||
"name": "Main Green"
|
||||
},
|
||||
{
|
||||
"slug": "washed-green",
|
||||
"color": "#A1D7D2",
|
||||
"name": "Washed Green"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user