Compare commits
4 Commits
8adbe8c64c
...
6afa49d026
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6afa49d026 | ||
|
|
32b39d0543 | ||
|
|
dc8d2d5c84 | ||
|
|
7e6bd7d81d |
@ -128,6 +128,18 @@ css:
|
||||
--pd-radius: 1.5rem;
|
||||
}
|
||||
|
||||
/* --- Bundled display faces ---------------------------------------------- */
|
||||
/* The host does not yet emit @font-face for bundled_fonts
|
||||
* (LoadedPlugin.BundledFonts is unconsumed), so the theme declares them
|
||||
* itself against the served asset paths (/templates/pastel-dream/fonts/...).
|
||||
* Presets set typography.fontHeading/fontBody to template:pastel-dream:<Family>
|
||||
* so --font-heading (Fraunces display + accents) and --font-body (Quicksand)
|
||||
* resolve to the bundled families instead of falling through to system fonts. */
|
||||
@font-face { font-family: 'Fraunces'; src: url('/templates/pastel-dream/fonts/fraunces-latin-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
|
||||
@font-face { font-family: 'Fraunces'; src: url('/templates/pastel-dream/fonts/fraunces-latin-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
|
||||
@font-face { font-family: 'Quicksand'; src: url('/templates/pastel-dream/fonts/quicksand-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
|
||||
@font-face { font-family: 'Quicksand'; src: url('/templates/pastel-dream/fonts/quicksand-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
|
||||
|
||||
/* --- Watercolor wash background ----------------------------------------- */
|
||||
/* The signature "morning haze": soft radial pastel washes tinted from the
|
||||
* active palette, drifting slowly. Reads as watercolor on cream in light mode
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
name = "pastel-dream"
|
||||
display_name = "Pastel Dream"
|
||||
scope = "@themes"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
description = "Soft bakery and patisserie theme — watercolor washes, scalloped edges, rounded menu cards, and seasonal specials in blush, berry, and lilac."
|
||||
kind = "theme"
|
||||
categories = ["templates"]
|
||||
|
||||
20
presets.json
@ -5,6 +5,10 @@
|
||||
"description": "Blush rose on warm cream with a mint accent. The default patisserie counter at opening.",
|
||||
"theme": {
|
||||
"mode": "both",
|
||||
"typography": {
|
||||
"fontHeading": "template:pastel-dream:Fraunces",
|
||||
"fontBody": "template:pastel-dream:Quicksand"
|
||||
},
|
||||
"lightColors": {
|
||||
"background": "30 44% 97%",
|
||||
"foreground": "335 25% 22%",
|
||||
@ -55,6 +59,10 @@
|
||||
"description": "Raspberry on ivory with a plum accent. Jam pots and fruit tarts.",
|
||||
"theme": {
|
||||
"mode": "both",
|
||||
"typography": {
|
||||
"fontHeading": "template:pastel-dream:Fraunces",
|
||||
"fontBody": "template:pastel-dream:Quicksand"
|
||||
},
|
||||
"lightColors": {
|
||||
"background": "350 40% 97%",
|
||||
"foreground": "345 30% 20%",
|
||||
@ -105,6 +113,10 @@
|
||||
"description": "Soft sage on oat cream with an apricot accent. Green tea cakes and mochi.",
|
||||
"theme": {
|
||||
"mode": "both",
|
||||
"typography": {
|
||||
"fontHeading": "template:pastel-dream:Fraunces",
|
||||
"fontBody": "template:pastel-dream:Quicksand"
|
||||
},
|
||||
"lightColors": {
|
||||
"background": "44 36% 96%",
|
||||
"foreground": "150 22% 18%",
|
||||
@ -155,6 +167,10 @@
|
||||
"description": "Lilac on cream with a warm honey accent. Lavender shortbread and glaze.",
|
||||
"theme": {
|
||||
"mode": "both",
|
||||
"typography": {
|
||||
"fontHeading": "template:pastel-dream:Fraunces",
|
||||
"fontBody": "template:pastel-dream:Quicksand"
|
||||
},
|
||||
"lightColors": {
|
||||
"background": "40 40% 97%",
|
||||
"foreground": "270 24% 22%",
|
||||
@ -205,6 +221,10 @@
|
||||
"description": "Warm peach on blossom cream with a rose accent. Stone-fruit galettes in spring.",
|
||||
"theme": {
|
||||
"mode": "both",
|
||||
"typography": {
|
||||
"fontHeading": "template:pastel-dream:Fraunces",
|
||||
"fontBody": "template:pastel-dream:Quicksand"
|
||||
},
|
||||
"lightColors": {
|
||||
"background": "26 50% 97%",
|
||||
"foreground": "15 30% 22%",
|
||||
|
||||
BIN
preview.png
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |