Musee: Adding style variations (#8012)

This commit is contained in:
Henrique Iamarino 2024-08-13 14:15:45 +02:00 committed by GitHub
parent 4060e204e9
commit 63aa2b2932
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 740 additions and 84 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -7,7 +7,7 @@ Description: Musee is a blog theme that presents posts in different Query Loops
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: musee

96
musee/styles/alchemy.json Normal file
View file

@ -0,0 +1,96 @@
{
"settings": {
"color": {
"palette": [
{
"color": "#f2f6e9",
"name": "Base",
"slug": "base"
},
{
"color": "#4b303d",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#4b303d",
"name": "Primary",
"slug": "primary"
},
{
"color": "#2c1c21",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#f2f6e9",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"styles": {
"blocks": {
"core/navigation": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--bricolage-grotesk)"
}
}
},
"elements": {
"h1": {
"typography": {
"fontStyle": "normal",
"fontWeight": "700",
"letterSpacing": "0.01rem"
}
},
"h2": {
"typography": {
"fontStyle": "normal",
"fontWeight": "700",
"letterSpacing": "0.01rem"
}
},
"h3": {
"typography": {
"fontStyle": "normal",
"fontWeight": "700"
}
},
"h4": {
"typography": {
"fontStyle": "normal",
"fontWeight": "700"
}
},
"h5": {
"typography": {
"fontStyle": "normal",
"fontWeight": "700"
}
},
"h6": {
"typography": {
"fontStyle": "normal",
"fontWeight": "700"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--bricolage-grotesk)",
"fontStyle": "normal",
"fontWeight": "700"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--bricolage-grotesk)",
"letterSpacing": "0rem"
}
},
"title": "Alchemy",
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}

120
musee/styles/atomic.json Normal file
View file

@ -0,0 +1,120 @@
{
"settings": {
"color": {
"palette": [
{
"color": "#070d1b",
"name": "Base",
"slug": "base"
},
{
"color": "#efc1f4",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#efc1f4",
"name": "Primary",
"slug": "primary"
},
{
"color": "#e8a9ef",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#070d1b",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"styles": {
"blocks": {
"core/avatar": {
"filter": {
"duotone": "var(--wp--preset--duotone--atomic)"
}
},
"core/image": {
"filter": {
"duotone": "var(--wp--preset--duotone--atomic)"
}
},
"core/navigation": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--crimson-pro)",
"fontStyle": "normal",
"fontWeight": "400"
}
},
"core/post-featured-image": {
"filter": {
"duotone": "var(--wp--preset--duotone--atomic)"
}
}
},
"elements": {
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eczar)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0.01rem"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eczar)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0.03rem"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eczar)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0.03rem"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eczar)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0.03rem"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eczar)",
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0.03rem"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eczar)"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--eczar)",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "none"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--crimson-pro)"
}
},
"title": "Atomic",
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}

View file

@ -1,36 +0,0 @@
{
"settings": {
"color": {
"palette": [
{
"color": "#f6f3e9",
"name": "Base",
"slug": "base"
},
{
"color": "#2a404b",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#2a404b",
"name": "Primary",
"slug": "primary"
},
{
"color": "#20313c",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#f6f3e9",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"title": "Dark Waters",
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}

View file

@ -32,6 +32,16 @@
},
"styles": {
"blocks": {
"core/avatar": {
"filter": {
"duotone": "var(--wp--preset--duotone--marshland)"
}
},
"core/image": {
"filter": {
"duotone": "var(--wp--preset--duotone--marshland)"
}
},
"core/navigation": {
"spacing": {
"blockGap": "0rem"
@ -44,6 +54,11 @@
"textTransform": "none"
}
},
"core/post-featured-image": {
"filter": {
"duotone": "var(--wp--preset--duotone--marshland)"
}
},
"core/site-tagline": {
"color": {
"text": "var(--wp--preset--color--contrast)"
@ -80,41 +95,51 @@
"elements": {
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontFamily": "var(--wp--preset--font-family--gabarito)",
"fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal",
"fontWeight": "500",
"textTransform": "none"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)",
"fontFamily": "var(--wp--preset--font-family--gabarito)",
"fontStyle": "normal",
"fontWeight": "700"
"fontWeight": "500"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)"
"fontFamily": "var(--wp--preset--font-family--gabarito)",
"fontStyle": "normal",
"fontWeight": "500"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)"
"fontFamily": "var(--wp--preset--font-family--gabarito)",
"fontStyle": "normal",
"fontWeight": "500"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)"
"fontFamily": "var(--wp--preset--font-family--gabarito)",
"fontStyle": "normal",
"fontWeight": "500"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)"
"fontFamily": "var(--wp--preset--font-family--gabarito)"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--inter-display)"
"fontFamily": "var(--wp--preset--font-family--gabarito)",
"fontStyle": "normal",
"fontWeight": "500"
}
},
"link": {
@ -132,12 +157,14 @@
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--overused-grotesk)",
"fontFamily": "var(--wp--preset--font-family--rubik)",
"fontStyle": "normal",
"fontWeight": "400",
"letterSpacing": "0.02rem",
"lineHeight": "1.5"
}
},
"title": "Palm Leaf",
"version": 2,
"title": "Marshland",
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}

115
musee/styles/noir.json Normal file
View file

@ -0,0 +1,115 @@
{
"settings": {
"color": {
"palette": [
{
"color": "#0f1416",
"name": "Base",
"slug": "base"
},
{
"color": "#a0a6ab",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#a0a6ab",
"name": "Primary",
"slug": "primary"
},
{
"color": "#93999f",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#0f1416",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"styles": {
"blocks": {
"core/avatar": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
},
"core/navigation": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-mono)",
"fontStyle": "normal",
"fontWeight": "500"
}
},
"core/post-featured-image": {
"filter": {
"duotone": "var(--wp--preset--duotone--default)"
}
}
},
"elements": {
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-mono)",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-mono)",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-mono)",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-mono)",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-mono)",
"fontStyle": "normal",
"fontWeight": "600"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-mono)"
}
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-mono)",
"fontStyle": "normal",
"fontWeight": "500",
"textTransform": "none"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
}
},
"title": "Noir",
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}

View file

@ -0,0 +1,90 @@
{
"settings": {
"color": {
"palette": [
{
"color": "#f6f3e9",
"name": "Base",
"slug": "base"
},
{
"color": "#2a404b",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#2a404b",
"name": "Primary",
"slug": "primary"
},
{
"color": "#20313c",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#f6f3e9",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"styles": {
"blocks": {
"core/navigation": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-clarendon)"
}
}
},
"elements": {
"h1": {
"typography": {
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0.01rem"
}
},
"h2": {
"typography": {
"fontStyle": "normal",
"fontWeight": "600",
"letterSpacing": "0.01rem"
}
},
"h3": {
"typography": {
"fontStyle": "normal"
}
},
"h4": {
"typography": {
"fontStyle": "normal"
}
},
"h5": {
"typography": {
"fontStyle": "normal"
}
},
"h6": {
"typography": {
"fontStyle": "normal" }
},
"heading": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-clarendon)",
"fontStyle": "normal",
"fontWeight": "600"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-clarendon)"
}
},
"title": "Twilight",
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}

View file

@ -1,36 +0,0 @@
{
"settings": {
"color": {
"palette": [
{
"color": "#f2f6e9",
"name": "Base",
"slug": "base"
},
{
"color": "#4b303d",
"name": "Contrast",
"slug": "contrast"
},
{
"color": "#4b303d",
"name": "Primary",
"slug": "primary"
},
{
"color": "#2c1c21",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#f2f6e9",
"name": "Tertiary",
"slug": "tertiary"
}
]
}
},
"title": "Voodoo",
"version": 2,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}

View file

@ -168,6 +168,286 @@
],
"fontFamily": "Inter Display",
"slug": "inter-display"
},
{
"fontFace": [
{
"fontFamily": "DM Sans",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/dm-sans_regular_400.woff2"
]
},
{
"fontFamily": "DM Sans",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/dm-sans_italic_400.woff2"
]
},
{
"fontFamily": "DM Sans",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/dm-sans_regular_700.woff2"
]
},
{
"fontFamily": "DM Sans",
"fontStyle": "italic",
"fontWeight": "700",
"src": [
"file:./assets/fonts/dm-sans_italic_700.woff2"
]
}
],
"fontFamily": "DM Sans",
"slug": "dm-sans"
},
{
"fontFace": [
{
"fontFamily": "DM Mono",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/dm-mono_regular_400.ttf"
]
},
{
"fontFamily": "DM Mono",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/dm-mono_italic_400.ttf"
]
},
{
"fontFamily": "DM Mono",
"fontStyle": "normal",
"fontWeight": "500",
"src": [
"file:./assets/fonts/dm-mono_regular_500.ttf"
]
},
{
"fontFamily": "DM Mono",
"fontStyle": "italic",
"fontWeight": "500",
"src": [
"file:./assets/fonts/dm-sans_italic_500.ttf"
]
}
],
"fontFamily": "DM Mono",
"slug": "dm-mono"
},
{
"fontFace": [
{
"fontFamily": "Gabarito",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/gabarito_variable-wght.ttf"
]
},
{
"fontFamily": "gabarito",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/gabarito_variable-wght.ttf"
]
},
{
"fontFamily": "Gabarito",
"fontStyle": "normal",
"fontWeight": "500",
"src": [
"file:./assets/fonts/gabarito_variable-wght.ttf"
]
},
{
"fontFamily": "gabarito",
"fontStyle": "italic",
"fontWeight": "500",
"src": [
"file:./assets/fonts/gabarito_variable-wght.ttf"
]
}
],
"fontFamily": "Gabarito",
"slug": "gabarito"
},
{
"fontFace": [
{
"fontFamily": "Rubik",
"fontStyle": "normal",
"fontWeight": "300",
"src": [
"file:./assets/fonts/rubik_normal_300.ttf"
]
},
{
"fontFamily": "Rubik",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/rubik_normal_400.ttf"
]
},
{
"fontFamily": "Rubik",
"fontStyle": "normal",
"fontWeight": "500",
"src": [
"file:./assets/fonts/rubik_normal_500.ttf"
]
},
{
"fontFamily": "Rubik",
"fontStyle": "italic",
"fontWeight": "300",
"src": [
"file:./assets/fonts/rubik_italic_300.ttf"
]
},
{
"fontFamily": "Rubik",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/rubik_italic_400.ttf"
]
},
{
"fontFamily": "Rubik",
"fontStyle": "italic",
"fontWeight": "500",
"src": [
"file:./assets/fonts/rubik_italic_500.ttf"
]
}
],
"fontFamily": "Rubik",
"slug": "rubik"
},
{
"fontFace": [
{
"fontFamily": "Libre Clarendon",
"fontStyle": "normal",
"fontWeight": "300",
"src": [
"file:./assets/fonts/libre-clarendon_regular_300.otf"
]
},
{
"fontFamily": "Libre Clarendon",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/libre-clarendon_regular_400.otf"
]
},
{
"fontFamily": "Libre Clarendon",
"fontStyle": "normal",
"fontWeight": "500",
"src": [
"file:./assets/fonts/libre-clarendon_regular_500.otf"
]
}
],
"fontFamily": "Libre Clarendon",
"slug": "libre-clarendon"
},
{
"fontFace": [
{
"fontFamily": "Bricolage Grotesk",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/bricolage-grotesque_normal_400.ttf"
]
},
{
"fontFamily": "Bricolage Grotesk",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/bricolage-grotesque_normal_700.ttf"
]
}
],
"fontFamily": "Bricolage Grotesk",
"slug": "bricolage-grotesk"
},
{
"fontFace": [
{
"fontFamily": "Crimson Pro",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/crimson-pro_normal_400.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/crimson-pro_normal_700.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/crimson-pro_italic_400.ttf"
]
},
{
"fontFamily": "Crimson Pro",
"fontStyle": "italic",
"fontWeight": "700",
"src": [
"file:./assets/fonts/crimson-pro_italic_700.ttf"
]
}
],
"fontFamily": "Crimson Pro",
"slug": "crimson-pro"
},
{
"fontFace": [
{
"fontFamily": "Eczar",
"fontStyle": "normal",
"fontWeight": "500",
"src": [
"file:./assets/fonts/eczar_regular_500.ttf"
]
},
{
"fontFamily": "Eczar",
"fontStyle": "normal",
"fontWeight": "600",
"src": [
"file:./assets/fonts/eczar_regular_600.ttf"
]
}
],
"fontFamily": "Eczar",
"slug": "eczar"
}
],
"fontSizes": [