🐞 fix: Update theme.json for theme styles
Sync TODOs with Issues / sync_todos (push) Successful in 5s
Sync TODOs with Issues / sync_todos (push) Successful in 5s
This commit is contained in:
+45
-57
@@ -7,6 +7,7 @@
|
|||||||
"wideSize": "1536px"
|
"wideSize": "1536px"
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
|
"custom": false,
|
||||||
"palette": [
|
"palette": [
|
||||||
{
|
{
|
||||||
"slug": "black",
|
"slug": "black",
|
||||||
@@ -31,42 +32,29 @@
|
|||||||
{
|
{
|
||||||
"slug": "theme-primary",
|
"slug": "theme-primary",
|
||||||
"color": "var(--color-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",
|
"slug": "theme-secondary",
|
||||||
"color": "var(--color-secondary)",
|
"color": "var(--color-secondary)",
|
||||||
"name": "Theme Secondary"
|
"name": "Theme Secondary/CWC Orange 01"
|
||||||
},
|
}
|
||||||
|
],
|
||||||
|
"gradients": [
|
||||||
{
|
{
|
||||||
"slug": "theme-bodylinks",
|
"slug": "background-gradient-1",
|
||||||
"color": "var(--color-bodylinks)",
|
"gradient": "var(--background-image-gradient-1)",
|
||||||
"name": "Theme Body Links"
|
"name": "Section Gradient 1"
|
||||||
},
|
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -75,7 +63,12 @@
|
|||||||
{
|
{
|
||||||
"fontFamily": "var(--font-sans)",
|
"fontFamily": "var(--font-sans)",
|
||||||
"slug": "theme-sans",
|
"slug": "theme-sans",
|
||||||
"name": "Theme Sans"
|
"name": "Theme Font - Poppins"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontFamily": "var(--font-quincy)",
|
||||||
|
"slug": "theme-quincy",
|
||||||
|
"name": "Theme Font - Quincy"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fontSizes": [
|
"fontSizes": [
|
||||||
@@ -110,9 +103,14 @@
|
|||||||
"name": "Text 22px"
|
"name": "Text 22px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "text-25px",
|
"slug": "text-24px",
|
||||||
"size": "var(--text-25px)",
|
"size": "var(--text-24px)",
|
||||||
"name": "Text 25px"
|
"name": "Text 24px"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "text-28px",
|
||||||
|
"size": "var(--text-28px)",
|
||||||
|
"name": "Text 28px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "text-30px",
|
"slug": "text-30px",
|
||||||
@@ -120,14 +118,14 @@
|
|||||||
"name": "Text 30px"
|
"name": "Text 30px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "text-34px",
|
"slug": "text-32px",
|
||||||
"size": "var(--text-34px)",
|
"size": "var(--text-32px)",
|
||||||
"name": "Text 35px"
|
"name": "Text 32px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "text-38px",
|
"slug": "text-34px",
|
||||||
"size": "var(--text-38px)",
|
"size": "var(--text-34px)",
|
||||||
"name": "Text 38px"
|
"name": "Text 34px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "text-40px",
|
"slug": "text-40px",
|
||||||
@@ -135,24 +133,14 @@
|
|||||||
"name": "Text 40px"
|
"name": "Text 40px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "text-45px",
|
"slug": "text-54px",
|
||||||
"size": "var(--text-45px)",
|
"size": "var(--text-54px)",
|
||||||
"name": "Text 45px"
|
"name": "Text 54px"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"slug": "text-50px",
|
"slug": "text-64px",
|
||||||
"size": "var(--text-50px)",
|
"size": "var(--text-64px)",
|
||||||
"name": "Text 50px"
|
"name": "Text 64px"
|
||||||
},
|
|
||||||
{
|
|
||||||
"slug": "text-70px",
|
|
||||||
"size": "var(--text-70px)",
|
|
||||||
"name": "Text 70px"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"slug": "text-75px",
|
|
||||||
"size": "var(--text-75px)",
|
|
||||||
"name": "Text 75px"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"lineHeight": true
|
"lineHeight": true
|
||||||
|
|||||||
Reference in New Issue
Block a user