[object Object]

← back to 1940swallpaper

theme: period-appropriate decade color palette (light+dark :root + accent)

593d2bd836718c5d26c4a1b6265cd45e1b810b75 · 2026-06-01 15:48:32 -0700 · SteveStudio2

Files touched

Diff

commit 593d2bd836718c5d26c4a1b6265cd45e1b810b75
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date:   Mon Jun 1 15:48:32 2026 -0700

    theme: period-appropriate decade color palette (light+dark :root + accent)
---
 public/index.html | 24 ++++++++++++------------
 site.config.json  |  4 ++--
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/public/index.html b/public/index.html
index 376b99f..9a403f1 100644
--- a/public/index.html
+++ b/public/index.html
@@ -32,21 +32,21 @@
 <script src="/zd-loader.js" defer></script>
 <style>
 :root {
-  --bg: #FFF;
-  --paper: #000;
-  --muted: #8B7866;
-  --line: #000;
-  --accent: #000;
-  --bg-soft: #000;
+  --bg: #f0ece1;
+  --paper: #2a2720;
+  --muted: #837a63;
+  --line: rgba(42,39,32,.12);
+  --accent: #8a4b42;
+  --bg-soft: #e5ddca;
   --cols: 6;
 }
 html[data-theme="dark"] {
-  --bg: #1a1410;
-  --paper: #FFF;
-  --muted: #C9B89E;
-  --line: rgba(255,254,250,0.12);
-  --accent: #000;
-  --bg-soft: #2a1f15;
+  --bg: #161310;
+  --paper: #f0ece1;
+  --muted: #b39c80;
+  --line: rgba(255,250,240,.12);
+  --accent: #c46a5d;
+  --bg-soft: #221c17;
 }
 * { margin:0; padding:0; box-sizing:border-box }
 html { scroll-behavior:smooth }
diff --git a/site.config.json b/site.config.json
index ce30304..1b97746 100644
--- a/site.config.json
+++ b/site.config.json
@@ -7,7 +7,7 @@
   "heroHeadline": "1940S WALLPAPER",
   "heroSub": "Wartime and post-war prints.",
   "theme": {
-    "accent": "#d49a55"
+    "accent": "#8a4b42"
   },
   "rails": [
     "novelty",
@@ -18,4 +18,4 @@
     "feedsack"
   ],
   "port": 9838
-}
+}
\ No newline at end of file

← ea311f9 dw-header: hide ANY pre-existing <header> (not just ns-heade  ·  back to 1940swallpaper  ·  fleet rebuild: dw-header (hamburgers UL + centered name) + u 9176c82 →