← back to 1800swallpaper
theme: period-appropriate decade color palette (light+dark :root + accent)
064bf304ce56383eec365ec607ea05d10f603cc4 · 2026-06-01 15:48:31 -0700 · SteveStudio2
Files touched
M public/index.htmlM site.config.json
Diff
commit 064bf304ce56383eec365ec607ea05d10f603cc4
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Mon Jun 1 15:48:31 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 12cbc9e..9715f25 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: #f4ece0;
+ --paper: #2a1714;
+ --muted: #8a6f5e;
+ --line: rgba(42,23,20,.12);
+ --accent: #7b2d26;
+ --bg-soft: #ece0cf;
--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: #1b1311;
+ --paper: #f4ece0;
+ --muted: #b89a86;
+ --line: rgba(255,250,245,.12);
+ --accent: #c9a24a;
+ --bg-soft: #2a1d18;
}
* { margin:0; padding:0; box-sizing:border-box }
html { scroll-behavior:smooth }
diff --git a/site.config.json b/site.config.json
index 23bc327..0edddb8 100644
--- a/site.config.json
+++ b/site.config.json
@@ -7,7 +7,7 @@
"heroHeadline": "1800S WALLPAPER",
"heroSub": "Period prints from the 1800s.",
"theme": {
- "accent": "#c89060"
+ "accent": "#7b2d26"
},
"rails": [
"victorian",
@@ -18,4 +18,4 @@
"flocked"
],
"port": 9856
-}
+}
\ No newline at end of file
← a310062 dw-header: hide ANY pre-existing <header> (not just ns-heade
·
back to 1800swallpaper
·
fleet rebuild: dw-header (hamburgers UL + centered name) + u 9a41feb →