|
@@ -250,13 +250,15 @@ guizang-ppt-skill/
|
|
|
|
|
|
|
|
Pick from `references/themes.md`. **Custom hex values are not allowed** — protecting the aesthetic matters more than freedom of choice.
|
|
Pick from `references/themes.md`. **Custom hex values are not allowed** — protecting the aesthetic matters more than freedom of choice.
|
|
|
|
|
|
|
|
-| Theme | Best for |
|
|
|
|
|
-|------|---------|
|
|
|
|
|
-| 🖋 Ink Classic | general default, commercial launches, when in doubt |
|
|
|
|
|
-| 🌊 Indigo Porcelain | tech / research / AI / technical keynotes |
|
|
|
|
|
-| 🌿 Forest Ink | nature / sustainability / culture / non-fiction |
|
|
|
|
|
-| 🍂 Kraft Paper | nostalgic / humanist / literary / indie zines |
|
|
|
|
|
-| 🌙 Dune | art / design / creative / gallery |
|
|
|
|
|
|
|
+### Style A Editorial Themes
|
|
|
|
|
+
|
|
|
|
|
+| Preview | Theme | Core colors and best for |
|
|
|
|
|
+|---------|-------|--------------------------|
|
|
|
|
|
+| <img src="https://github.com/user-attachments/assets/df21dbcb-5fe4-4852-a91a-a9cf00aceeb4" width="260" alt="Ink Classic theme preview"> | 🖋 **Ink Classic** | `#0a0a0b` / `#f1efea`. General default, commercial launches, when in doubt. |
|
|
|
|
|
+| <img src="https://github.com/user-attachments/assets/99ce0fd2-72a6-4368-a75a-a8e21657a537" width="260" alt="Indigo Porcelain theme preview"> | 🌊 **Indigo Porcelain** | `#0a1f3d` / `#f1f3f5`. Tech, research, AI, technical keynotes. |
|
|
|
|
|
+| <img src="https://github.com/user-attachments/assets/bcc1cc4c-5e8e-4467-ae8d-f5801ae73657" width="260" alt="Forest Ink theme preview"> | 🌿 **Forest Ink** | `#1a2e1f` / `#f5f1e8`. Nature, sustainability, culture, non-fiction. |
|
|
|
|
|
+| <img src="https://github.com/user-attachments/assets/dfea080e-e916-417e-93cd-0a3628de84ca" width="260" alt="Kraft Paper theme preview"> | 🍂 **Kraft Paper** | `#2a1e13` / `#eedfc7`. Nostalgic, humanist, literary, indie zines. |
|
|
|
|
|
+| <img src="https://github.com/user-attachments/assets/f3705592-9a72-4dbc-9818-df3aea61bc75" width="260" alt="Dune theme preview"> | 🌙 **Dune** | `#1f1a14` / `#f0e6d2`. Art, design, creative, fashion, gallery-like decks. |
|
|
|
|
|
|
|
|
Switching themes only requires replacing the 6 variables at the top of `template.html`'s `:root{}` block — all other CSS flows through `var(--...)`.
|
|
Switching themes only requires replacing the 6 variables at the top of `template.html`'s `:root{}` block — all other CSS flows through `var(--...)`.
|
|
|
|
|
|
|
@@ -264,12 +266,12 @@ Switching themes only requires replacing the 6 variables at the top of `template
|
|
|
|
|
|
|
|
Pick from `references/themes-swiss.md`. **Custom hex values are not allowed** here either.
|
|
Pick from `references/themes-swiss.md`. **Custom hex values are not allowed** here either.
|
|
|
|
|
|
|
|
-| Theme | Best for |
|
|
|
|
|
-|------|---------|
|
|
|
|
|
-| International Klein Blue | default, commercial launch, AI products, frameworks |
|
|
|
|
|
-| Lemon Yellow | youth, sports, retail, Y2K retro |
|
|
|
|
|
-| Lemon Green | ecology, sustainability, Gen Z brands |
|
|
|
|
|
-| Safety Orange | alerts, news, energetic topics |
|
|
|
|
|
|
|
+| Preview | Theme | Anchor color and best for |
|
|
|
|
|
+|---------|-------|---------------------------|
|
|
|
|
|
+| <img src="https://github.com/user-attachments/assets/c02d02f7-ce6f-4e16-b8a6-778c96851f94" width="260" alt="International Klein Blue Swiss theme preview"> | 🔵 **International Klein Blue** | `#002FA7`. Default, commercial launches, AI products, frameworks. |
|
|
|
|
|
+| <img src="https://github.com/user-attachments/assets/c310a8c4-5d28-450e-b49a-6ac5b6ba4785" width="260" alt="Lemon Yellow Swiss theme preview"> | 🟡 **Lemon Yellow** | `#FFD500`. Youth, sports, retail, consumer goods, Y2K retro. |
|
|
|
|
|
+| <img src="https://github.com/user-attachments/assets/65f7b3f9-3358-419e-b513-f7f2cc24ec76" width="260" alt="Lemon Green Swiss theme preview"> | 🟢 **Lemon Green** | `#C5E803`. Ecology, sustainability, health, Gen Z brands. |
|
|
|
|
|
+| <img src="https://github.com/user-attachments/assets/9c3319c9-a134-4657-9a56-211c23411f7f" width="260" alt="Safety Orange Swiss theme preview"> | 🟠 **Safety Orange** | `#FF6B35`. Alerts, news, industrial topics, sports, energetic themes. |
|
|
|
|
|
|
|
|
If the user asks for a Swiss-style deck without specifying color, default to International Klein Blue.
|
|
If the user asks for a Swiss-style deck without specifying color, default to International Klein Blue.
|
|
|
|
|
|