[object Object]

← back to 1930swallpaper

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

f1608563c55b73d6bd77024e725e47263b6ad44a · 2026-06-01 15:48:32 -0700 · SteveStudio2

Files touched

Diff

commit f1608563c55b73d6bd77024e725e47263b6ad44a
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 14e7c6a..0041c03 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: #eef1f2;
+  --paper: #1c2429;
+  --muted: #7c8990;
+  --line: rgba(28,36,41,.12);
+  --accent: #3f6e7d;
+  --bg-soft: #dde5e8;
   --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: #10161a;
+  --paper: #e9eff2;
+  --muted: #8fa0a8;
+  --line: rgba(235,245,250,.12);
+  --accent: #5fb0c4;
+  --bg-soft: #1a242a;
 }
 * { margin:0; padding:0; box-sizing:border-box }
 html { scroll-behavior:smooth }
diff --git a/site.config.json b/site.config.json
index c658467..57e1590 100644
--- a/site.config.json
+++ b/site.config.json
@@ -7,7 +7,7 @@
   "heroHeadline": "1930S WALLPAPER",
   "heroSub": "Streamline-moderne prints.",
   "theme": {
-    "accent": "#9eb8c8"
+    "accent": "#3f6e7d"
   },
   "rails": [
     "streamline",
@@ -18,4 +18,4 @@
     "geometric"
   ],
   "port": 9837
-}
+}
\ No newline at end of file

← 39a5078 dw-header: hide ANY pre-existing <header> (not just ns-heade  ·  back to 1930swallpaper  ·  fleet rebuild: dw-header (hamburgers UL + centered name) + u 244b915 →