Compare commits

..

No commits in common. "c04ea9cbf4a721eb5c427fabbaefcc42d0c9c17e" and "025b13dd4891453553590e1c66cca2b182dd6485" have entirely different histories.

10 changed files with 1 additions and 39 deletions

View File

@ -3,7 +3,6 @@
theme_presets: presets.json theme_presets: presets.json
bundled_fonts: fonts.json bundled_fonts: fonts.json
master_pages: master_pages.json master_pages: master_pages.json
required_icon_packs: [lucide, simple-icons]
system_templates: system_templates:
- key: art-deco - key: art-deco
@ -116,19 +115,6 @@ css:
* Font families always come from var(--font-heading|body|mono, <fallback>). * Font families always come from var(--font-heading|body|mono, <fallback>).
*/ */
/* Bundled display faces. The host does not yet emit @font-face for
* bundled_fonts (LoadedPlugin.BundledFonts is unconsumed), so the theme
* declares its own faces against the served artifact paths
* (/templates/art-deco/fonts/...). Presets set typography.fontHeading/body
* to template:art-deco:<Family> so --font-heading/--font-body resolve to
* these families. */
@font-face { font-family: 'Cinzel'; src: url('/templates/art-deco/fonts/cinzel-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cinzel'; src: url('/templates/art-deco/fonts/cinzel-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('/templates/art-deco/fonts/cormorant-garamond-400.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('/templates/art-deco/fonts/cormorant-garamond-400-italic.woff2') format('woff2'); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('/templates/art-deco/fonts/cormorant-garamond-600.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('/templates/art-deco/fonts/cormorant-garamond-700.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@layer utilities { @layer utilities {
/* deco-rule — hairline gold rule, 1px ascending to 2px on accent lines. */ /* deco-rule — hairline gold rule, 1px ascending to 2px on accent lines. */
.deco-rule { .deco-rule {

View File

@ -2,7 +2,7 @@
name = "art-deco" name = "art-deco"
display_name = "Art Deco" display_name = "Art Deco"
scope = "@themes" scope = "@themes"
version = "0.5.0" version = "0.4.0"
description = "Luxury Art Deco theme with champagne gold gradients, jet black, ivory and geometric fan motifs for hotels, fine dining, weddings and jewellers." description = "Luxury Art Deco theme with champagne gold gradients, jet black, ivory and geometric fan motifs for hotels, fine dining, weddings and jewellers."
kind = "theme" kind = "theme"
categories = ["templates"] categories = ["templates"]

View File

@ -5,12 +5,6 @@
"description": "Jet black lifted by champagne gold — the default Art Deco palette.", "description": "Jet black lifted by champagne gold — the default Art Deco palette.",
"theme": { "theme": {
"mode": "both", "mode": "both",
"typography": {
"fontHeading": "template:art-deco:Cinzel",
"fontBody": "template:art-deco:Cormorant Garamond",
"fontSizeBase": "17",
"lineHeightBase": "1.6"
},
"lightColors": { "lightColors": {
"background": "40 30% 96%", "background": "40 30% 96%",
"foreground": "40 20% 10%", "foreground": "40 20% 10%",
@ -61,12 +55,6 @@
"description": "Soft ivory by day, warm ember by night, with rose-gold flourishes for weddings and jewellers.", "description": "Soft ivory by day, warm ember by night, with rose-gold flourishes for weddings and jewellers.",
"theme": { "theme": {
"mode": "both", "mode": "both",
"typography": {
"fontHeading": "template:art-deco:Cinzel",
"fontBody": "template:art-deco:Cormorant Garamond",
"fontSizeBase": "17",
"lineHeightBase": "1.6"
},
"lightColors": { "lightColors": {
"background": "36 40% 97%", "background": "36 40% 97%",
"foreground": "20 15% 14%", "foreground": "20 15% 14%",
@ -117,12 +105,6 @@
"description": "Velvet-tinted ivory by day, deep onyx and gold stage-light by night, for theatre and after-dark dining.", "description": "Velvet-tinted ivory by day, deep onyx and gold stage-light by night, for theatre and after-dark dining.",
"theme": { "theme": {
"mode": "both", "mode": "both",
"typography": {
"fontHeading": "template:art-deco:Cinzel",
"fontBody": "template:art-deco:Cormorant Garamond",
"fontSizeBase": "17",
"lineHeightBase": "1.6"
},
"lightColors": { "lightColors": {
"background": "280 15% 96%", "background": "280 15% 96%",
"foreground": "260 20% 12%", "foreground": "260 20% 12%",
@ -173,12 +155,6 @@
"description": "Deco emerald and gilt — parchment and jade by day, emerald lacquer and gold by night.", "description": "Deco emerald and gilt — parchment and jade by day, emerald lacquer and gold by night.",
"theme": { "theme": {
"mode": "both", "mode": "both",
"typography": {
"fontHeading": "template:art-deco:Cinzel",
"fontBody": "template:art-deco:Cormorant Garamond",
"fontSizeBase": "17",
"lineHeightBase": "1.6"
},
"lightColors": { "lightColors": {
"background": "45 35% 95%", "background": "45 35% 95%",
"foreground": "160 25% 12%", "foreground": "160 25% 12%",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 KiB

After

Width:  |  Height:  |  Size: 813 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 818 KiB

After

Width:  |  Height:  |  Size: 813 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 KiB

After

Width:  |  Height:  |  Size: 816 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

After

Width:  |  Height:  |  Size: 344 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 KiB

After

Width:  |  Height:  |  Size: 359 KiB