← back to 1890swallpaper
theme: period-appropriate decade color palette (light+dark :root + accent)
1d673d22fd50f79d4fdcede0a6b00a5abd149732 · 2026-06-01 15:48:31 -0700 · SteveStudio2
Files touched
M public/index.htmlM site.config.json
Diff
commit 1d673d22fd50f79d4fdcede0a6b00a5abd149732
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 1e8be9a..dbc629b 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: #f1ede2;
+ --paper: #2f2c22;
+ --muted: #877f63;
+ --line: rgba(47,44,34,.12);
+ --accent: #6f7d57;
+ --bg-soft: #e6e0cd;
--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: #16170f;
+ --paper: #eef0e0;
+ --muted: #9ca47e;
+ --line: rgba(255,255,245,.12);
+ --accent: #9bb06a;
+ --bg-soft: #21241a;
}
* { margin:0; padding:0; box-sizing:border-box }
html { scroll-behavior:smooth }
diff --git a/site.config.json b/site.config.json
index 754e40a..cacd2be 100644
--- a/site.config.json
+++ b/site.config.json
@@ -7,7 +7,7 @@
"heroHeadline": "1890S WALLPAPER",
"heroSub": "Late-Victorian and Aesthetic-movement prints.",
"theme": {
- "accent": "#d4a847"
+ "accent": "#6f7d57"
},
"rails": [
"aesthetic",
@@ -18,4 +18,4 @@
"damask"
],
"port": 9857
-}
+}
\ No newline at end of file
← 63b9d49 dw-header: hide ANY pre-existing <header> (not just ns-heade
·
back to 1890swallpaper
·
fleet rebuild: dw-header (hamburgers UL + centered name) + u 0d628b9 →