Skip to content

Commit

Permalink
Musee: Adding style variations (#8012)
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueiamarino committed Aug 13, 2024
1 parent 4060e20 commit 63aa2b2
Show file tree
Hide file tree
Showing 35 changed files with 740 additions and 84 deletions.
Binary file not shown.
Binary file not shown.
Binary file added musee/assets/fonts/crimson-pro_italic_400.ttf
Binary file not shown.
Binary file added musee/assets/fonts/crimson-pro_italic_700.ttf
Binary file not shown.
Binary file added musee/assets/fonts/crimson-pro_normal_400.ttf
Binary file not shown.
Binary file added musee/assets/fonts/crimson-pro_normal_700.ttf
Binary file not shown.
Binary file added musee/assets/fonts/dm-mono_italic_400.ttf
Binary file not shown.
Binary file added musee/assets/fonts/dm-mono_italic_500.ttf
Binary file not shown.
Binary file added musee/assets/fonts/dm-mono_regular_400.ttf
Binary file not shown.
Binary file added musee/assets/fonts/dm-mono_regular_500.ttf
Binary file not shown.
Binary file added musee/assets/fonts/dm-sans_italic_400.woff2
Binary file not shown.
Binary file added musee/assets/fonts/dm-sans_italic_700.woff2
Binary file not shown.
Binary file added musee/assets/fonts/dm-sans_regular_400.woff2
Binary file not shown.
Binary file added musee/assets/fonts/dm-sans_regular_700.woff2
Binary file not shown.
Binary file added musee/assets/fonts/eczar_regular_500.ttf
Binary file not shown.
Binary file added musee/assets/fonts/eczar_regular_600.ttf
Binary file not shown.
Binary file added musee/assets/fonts/gabarito_variable-wght.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added musee/assets/fonts/rubik_italic_300.ttf
Binary file not shown.
Binary file added musee/assets/fonts/rubik_italic_400.ttf
Binary file not shown.
Binary file added musee/assets/fonts/rubik_italic_500.ttf
Binary file not shown.
Binary file added musee/assets/fonts/rubik_normal_300.ttf
Binary file not shown.
Binary file added musee/assets/fonts/rubik_normal_400.ttf
Binary file not shown.
Binary file added musee/assets/fonts/rubik_normal_500.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion musee/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
96 changes: 96 additions & 0 deletions musee/styles/alchemy.json
Original file line number Diff line number Diff line change
@@ -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 changes: 120 additions & 0 deletions musee/styles/atomic.json
Original file line number Diff line number Diff line change
@@ -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"
}
36 changes: 0 additions & 36 deletions musee/styles/dark-waters.json

This file was deleted.

49 changes: 38 additions & 11 deletions musee/styles/palm-leaf.json → musee/styles/marshland.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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)"
Expand Down Expand Up @@ -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": {
Expand All @@ -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"
}
Loading

0 comments on commit 63aa2b2

Please sign in to comment.