Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions styles/atlantis.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"settings": {
"color": {
"palette": [
{ "slug": "base", "color": "#ffffff", "name": "Base" },
{ "slug": "contrast", "color": "#102e05", "name": "Contrast" },
{ "slug": "primary", "color": "#5acc16", "name": "Primary" },
{ "slug": "brisko-50", "color": "#f2fee7", "name": "Atlantis 50" },
{ "slug": "brisko-100", "color": "#e1fccb", "name": "Atlantis 100" },
{ "slug": "brisko-200", "color": "#c4f99d", "name": "Atlantis 200" },
Expand Down Expand Up @@ -48,6 +51,10 @@
}
},
"styles": {
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
"fontSize": "var(--wp--preset--font-size--medium)",
Expand Down
7 changes: 7 additions & 0 deletions styles/cove.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"settings": {
"color": {
"palette": [
{ "slug": "base", "color": "#ffffff", "name": "Base" },
{ "slug": "contrast", "color": "#282b3e", "name": "Contrast" },
{ "slug": "primary", "color": "#8795ca", "name": "Primary" },
{ "slug": "brisko-50", "color": "#f3f5fa", "name": "Cove 50" },
{ "slug": "brisko-100", "color": "#e8eff7", "name": "Cove 100" },
{ "slug": "brisko-200", "color": "#d6e0ef", "name": "Cove 200" },
Expand Down Expand Up @@ -48,6 +51,10 @@
}
},
"styles": {
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
"fontSize": "var(--wp--preset--font-size--medium)",
Expand Down
91 changes: 85 additions & 6 deletions styles/electric.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"color": {
"palette": [
{
"color": "#f3f3f1",
"color": "#ffffff",
"name": "Base",
"slug": "base"
},
Expand All @@ -16,12 +16,12 @@
"slug": "contrast"
},
{
"color": "#f3f3f1",
"color": "#30343b",
"name": "Primary",
"slug": "primary"
},
{
"color": "#30343b",
"color": "#ffffff",
"name": "Secondary",
"slug": "secondary"
},
Expand All @@ -31,9 +31,46 @@
"slug": "tertiary"
}
]
},
"typography": {
"fontFamilies": [
{
"slug": "primary",
"fontFamily": "Inter, sans-serif",
"name": "Inter"
},
{
"slug": "secondary",
"fontFamily": "Georgia, serif",
"name": "Georgia"
},
{
"slug": "dm-sans",
"fontFamily": "'DM Sans', sans-serif",
"name": "DM Sans"
}
],
"fontSizes": [
{ "slug": "small", "size": "14px", "name": "Small" },
{ "slug": "normal", "size": "16px", "name": "Normal" },
{ "slug": "medium", "size": "18px", "name": "Medium" },
{ "slug": "large", "size": "24px", "name": "Large" },
{ "slug": "x-large", "size": "30px", "name": "X-Large" },
{ "slug": "xx-large", "size": "36px", "name": "XX-Large" },
{ "slug": "huge", "size": "48px", "name": "Huge" }
]
}
},
"styles": {
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.6"
},
"elements": {
"button": {
"border": {
Expand All @@ -53,6 +90,10 @@
"left": "1.333em"
}
},
"typography": {
"fontWeight": "600",
"letterSpacing": "0.02em"
},
":active": {
"typography": {
"textDecoration": "underline dotted"
Expand Down Expand Up @@ -81,6 +122,9 @@
}
},
"link": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
":focus": {
"typography": {
"textDecoration": "underline dotted"
Expand All @@ -90,11 +134,46 @@
"typography": {
"textDecoration": "underline dotted"
}
},
":hover": {
"typography": {
"textDecoration": "underline"
}
}
},
"heading": {
"color": {
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontWeight": "700",
"lineHeight": "1.2"
}
},
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--huge)",
"lineHeight": "1.1"
}
},
"h2": {
"typography": {
"fontSize": "var(--wp--preset--font-size--xx-large)",
"lineHeight": "1.2"
}
},
"h3": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)",
"lineHeight": "1.2"
}
},
"h4": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
"fontWeight": "600"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
}
}
}
7 changes: 7 additions & 0 deletions styles/falcon.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"settings": {
"color": {
"palette": [
{ "slug": "base", "color": "#ffffff", "name": "Base" },
{ "slug": "contrast", "color": "#33242d", "name": "Contrast" },
{ "slug": "primary", "color": "#ac88a0", "name": "Primary" },
{ "slug": "brisko-50", "color": "#f9f6f9", "name": "Falcon 50" },
{ "slug": "brisko-100", "color": "#f4eff3", "name": "Falcon 100" },
{ "slug": "brisko-200", "color": "#eae0e8", "name": "Falcon 200" },
Expand Down Expand Up @@ -48,6 +51,10 @@
}
},
"styles": {
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
"fontSize": "var(--wp--preset--font-size--medium)",
Expand Down
7 changes: 7 additions & 0 deletions styles/gothic.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"settings": {
"color": {
"palette": [
{ "slug": "base", "color": "#ffffff", "name": "Base" },
{ "slug": "contrast", "color": "#1d272f", "name": "Contrast" },
{ "slug": "primary", "color": "#4e7a8c", "name": "Primary" },
{ "slug": "brisko-50", "color": "#f3f7f8", "name": "Gothic 50" },
{ "slug": "brisko-100", "color": "#dfeaee", "name": "Gothic 100" },
{ "slug": "brisko-200", "color": "#c3d7de", "name": "Gothic 200" },
Expand Down Expand Up @@ -48,6 +51,10 @@
}
},
"styles": {
"color": {
"background": "var(--wp--preset--color--base)",
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
"fontSize": "var(--wp--preset--font-size--medium)",
Expand Down
Loading
Loading