diff --git a/theme.json b/theme.json index 02ac591..3c86ca7 100644 --- a/theme.json +++ b/theme.json @@ -1,6 +1,33 @@ { "settings": { "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": { "contentSize": "1300px", "wideSize": "1400px"