← back to 1950swallpaper
theme: period-appropriate decade color palette (light+dark :root + accent)
80ba2159afd27b41d0ae20bc7b4ec131ecb8a953 · 2026-06-01 15:48:32 -0700 · SteveStudio2
Files touched
M public/index.htmlM site.config.json
Diff
commit 80ba2159afd27b41d0ae20bc7b4ec131ecb8a953
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 668cf8b..066829f 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: #f6f2e9;
+ --paper: #26241f;
+ --muted: #8c8275;
+ --line: rgba(38,36,31,.12);
+ --accent: #2f9e96;
+ --bg-soft: #ece4d3;
--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: #121b1a;
+ --paper: #f0f4ee;
+ --muted: #84a39e;
+ --line: rgba(235,250,248,.12);
+ --accent: #3fd0c4;
+ --bg-soft: #1a2725;
}
* { margin:0; padding:0; box-sizing:border-box }
html { scroll-behavior:smooth }
diff --git a/site.config.json b/site.config.json
index 739022c..b3632f4 100644
--- a/site.config.json
+++ b/site.config.json
@@ -7,7 +7,7 @@
"heroHeadline": "1950S WALLPAPER",
"heroSub": "Atomic-era prints from the 1950s.",
"theme": {
- "accent": "#d8a878"
+ "accent": "#2f9e96"
},
"rails": [
"atomic",
@@ -18,4 +18,4 @@
"geometric"
],
"port": 9908
-}
+}
\ No newline at end of file
← 91aeecb dw-header: hide ANY pre-existing <header> (not just ns-heade
·
back to 1950swallpaper
·
catalog: fill from Shopify (1950swallpaper niche) 104a0de →