diff --git a/theme.json b/theme.json index 01c1c45..132ab9d 100644 --- a/theme.json +++ b/theme.json @@ -7,13 +7,14 @@ "wideSize": "1536px" }, "color": { + "custom": false, "palette": [ { - "slug": "black", + "slug": "black", "color": "#000", "name": "Black" }, - { + { "slug": "white", "color": "#fff", "name": "White" @@ -31,42 +32,29 @@ { "slug": "theme-primary", "color": "var(--color-primary)", - "name": "Theme Primary" + "name": "Theme Primary/CWC Blue 01" + }, + { + "slug": "theme-cwc-blue-02", + "color": "var(--color-cwc-blue-02)", + "name": "CWC Blue 02" + }, + { + "slug": "theme-cwc-blue-03", + "color": "var(--color-cwc-blue-03)", + "name": "CWC Blue 03" }, { "slug": "theme-secondary", "color": "var(--color-secondary)", - "name": "Theme Secondary" - }, + "name": "Theme Secondary/CWC Orange 01" + } + ], + "gradients": [ { - "slug": "theme-bodylinks", - "color": "var(--color-bodylinks)", - "name": "Theme Body Links" - }, - { - "slug": "theme-footerlinks", - "color": "var(--color-footlinks)", - "name": "Theme Footer Links" - }, - { - "slug": "theme-success", - "color": "var(--color-success)", - "name": "Theme Success" - }, - { - "slug": "theme-warning", - "color": "var(--color-warning)", - "name": "Theme Warning" - }, - { - "slug": "theme-danger", - "color": "var(--color-danger)", - "name": "Theme Danger" - }, - { - "slug": "theme-info", - "color": "var(--color-info)", - "name": "Theme Info" + "slug": "background-gradient-1", + "gradient": "var(--background-image-gradient-1)", + "name": "Section Gradient 1" } ] }, @@ -75,7 +63,12 @@ { "fontFamily": "var(--font-sans)", "slug": "theme-sans", - "name": "Theme Sans" + "name": "Theme Font - Poppins" + }, + { + "fontFamily": "var(--font-quincy)", + "slug": "theme-quincy", + "name": "Theme Font - Quincy" } ], "fontSizes": [ @@ -110,9 +103,14 @@ "name": "Text 22px" }, { - "slug": "text-25px", - "size": "var(--text-25px)", - "name": "Text 25px" + "slug": "text-24px", + "size": "var(--text-24px)", + "name": "Text 24px" + }, + { + "slug": "text-28px", + "size": "var(--text-28px)", + "name": "Text 28px" }, { "slug": "text-30px", @@ -120,14 +118,14 @@ "name": "Text 30px" }, { - "slug": "text-34px", - "size": "var(--text-34px)", - "name": "Text 35px" + "slug": "text-32px", + "size": "var(--text-32px)", + "name": "Text 32px" }, { - "slug": "text-38px", - "size": "var(--text-38px)", - "name": "Text 38px" + "slug": "text-34px", + "size": "var(--text-34px)", + "name": "Text 34px" }, { "slug": "text-40px", @@ -135,24 +133,14 @@ "name": "Text 40px" }, { - "slug": "text-45px", - "size": "var(--text-45px)", - "name": "Text 45px" + "slug": "text-54px", + "size": "var(--text-54px)", + "name": "Text 54px" }, { - "slug": "text-50px", - "size": "var(--text-50px)", - "name": "Text 50px" - }, - { - "slug": "text-70px", - "size": "var(--text-70px)", - "name": "Text 70px" - }, - { - "slug": "text-75px", - "size": "var(--text-75px)", - "name": "Text 75px" + "slug": "text-64px", + "size": "var(--text-64px)", + "name": "Text 64px" } ], "lineHeight": true