← back to 1960swallpaper
theme: period-appropriate decade color palette (light+dark :root + accent)
a495c54a82be691302c4596bc998d2bbecaab9fa · 2026-06-01 15:48:33 -0700 · SteveStudio2
Files touched
M public/index.htmlM site.config.json
Diff
commit a495c54a82be691302c4596bc998d2bbecaab9fa
Author: SteveStudio2 <steve@designerwallcoverings.com>
Date: Mon Jun 1 15:48:33 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 c6e23ad..d4e827f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -32,21 +32,21 @@
<script src="/zd-loader.js" defer></script>
<style>
:root {
- --bg: #F5F2EB;
- --paper: #000;
- --muted: #8B7866;
- --line: #000;
- --accent: #000;
- --bg-soft: #000;
+ --bg: #f7f2e6;
+ --paper: #221d18;
+ --muted: #8a7e66;
+ --line: rgba(34,29,24,.13);
+ --accent: #e2622c;
+ --bg-soft: #efe6d2;
--cols: 6;
}
html[data-theme="dark"] {
- --bg: #1a1410;
- --paper: #F5F2EB;
- --muted: #C9B89E;
- --line: rgba(255,254,250,0.12);
- --accent: #FF0000;
- --bg-soft: #2a1f15;
+ --bg: #1a130d;
+ --paper: #f7f0e2;
+ --muted: #b39a72;
+ --line: rgba(255,245,230,.13);
+ --accent: #ff7a33;
+ --bg-soft: #271c10;
}
* { margin:0; padding:0; box-sizing:border-box }
html { scroll-behavior:smooth }
diff --git a/site.config.json b/site.config.json
index edea586..2c0dbf2 100644
--- a/site.config.json
+++ b/site.config.json
@@ -7,7 +7,7 @@
"heroHeadline": "1960S WALLPAPER",
"heroSub": "Mod and pop-art prints.",
"theme": {
- "accent": "#ff5cd0"
+ "accent": "#e2622c"
},
"rails": [
"modern",
@@ -18,4 +18,4 @@
"retro"
],
"port": 9839
-}
+}
\ No newline at end of file
← 106b4d1 dw-header: hide ANY pre-existing <header> (not just ns-heade
·
back to 1960swallpaper
·
fleet rebuild: dw-header (hamburgers UL + centered name) + u 67f6712 →