← back to 1980swallpaper
theme: period-appropriate decade color palette (light+dark :root + accent)
6d3d401bb9e8e6730033ffd26cc9a173a2472ed3 · 2026-06-01 15:48:33 -0700 · SteveStudio2
Files touched
M public/index.htmlM site.config.json
Diff
commit 6d3d401bb9e8e6730033ffd26cc9a173a2472ed3
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 | 12 ++++++------
site.config.json | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/public/index.html b/public/index.html
index baa1256..f55d307 100644
--- a/public/index.html
+++ b/public/index.html
@@ -32,12 +32,12 @@
<script src="/zd-loader.js" defer></script>
<style>
:root {
- --bg: #000;
- --paper: #F5F5F5;
- --muted: #888;
- --line: rgba(255,255,255,0.20);
- --accent: #FF4F00;
- --bg-soft: #0a0a0a;
+ --bg: #faf7f2;
+ --paper: #14110f;
+ --muted: #8a8a8a;
+ --line: rgba(20,17,15,.14);
+ --accent: #ff2d8b;
+ --bg-soft: #efeae3;
--cols: 6;
}
html[data-theme="light"] {
diff --git a/site.config.json b/site.config.json
index 00be729..ef1c624 100644
--- a/site.config.json
+++ b/site.config.json
@@ -7,7 +7,7 @@
"heroHeadline": "1980S WALLPAPER",
"heroSub": "Memphis and post-modern prints.",
"theme": {
- "accent": "#ff007a"
+ "accent": "#ff2d8b"
},
"rails": [
"contemporary",
@@ -18,4 +18,4 @@
"brown"
],
"port": 9909
-}
+}
\ No newline at end of file
← 5ba9717 dw-header: hide ANY pre-existing <header> (not just ns-heade
·
back to 1980swallpaper
·
fleet rebuild: dw-header (hamburgers UL + centered name) + u 26e0a0f →