[object Object]

← back to 1900swallpaper

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

565a4cdfd6d73407f2af051b274a6f865ec2f45d · 2026-06-01 15:48:32 -0700 · SteveStudio2

Files touched

Diff

commit 565a4cdfd6d73407f2af051b274a6f865ec2f45d
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 afab00b..f1e2abd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -32,21 +32,21 @@
 <script src="/zd-loader.js" defer></script>
 <style>
 :root {
-  --bg: #FFFEF7;
-  --paper: #006837;
-  --muted: #8B7866;
-  --line: #1a1a1a;
-  --accent: #006837;
-  --bg-soft: #1a1a1a;
+  --bg: #f7f3ec;
+  --paper: #34302a;
+  --muted: #978b78;
+  --line: rgba(52,48,42,.10);
+  --accent: #9aa489;
+  --bg-soft: #eee7d8;
   --cols: 6;
 }
 html[data-theme="dark"] {
-  --bg: #1a1410;
-  --paper: #FFFEF7;
-  --muted: #C9B89E;
-  --line: rgba(255,254,250,0.12);
-  --accent: #A41E1A;
-  --bg-soft: #2a1f15;
+  --bg: #181712;
+  --paper: #f3efe6;
+  --muted: #b0a791;
+  --line: rgba(255,253,247,.10);
+  --accent: #c2cba6;
+  --bg-soft: #232019;
 }
 * { margin:0; padding:0; box-sizing:border-box }
 html { scroll-behavior:smooth }
diff --git a/site.config.json b/site.config.json
index 39bbabd..01b2de5 100644
--- a/site.config.json
+++ b/site.config.json
@@ -7,7 +7,7 @@
   "heroHeadline": "1900S WALLPAPER",
   "heroSub": "Turn-of-the-century prints.",
   "theme": {
-    "accent": "#a89060"
+    "accent": "#9aa489"
   },
   "rails": [
     "floral",
@@ -18,4 +18,4 @@
     "white",
     "gray"
   ]
-}
+}
\ No newline at end of file

← ed49560 dw-header: hide ANY pre-existing <header> (not just ns-heade  ·  back to 1900swallpaper  ·  catalog: fill from Shopify (1900swallpaper niche) 2b27eba →