AV: precise recolor to spec — warm dark backgrounds (#1c1815/#231d18/#26201a/#15110e) + gold #F0A623 / orange #D85A30 accents + warm text (#FBEFE0/#C9BBA8/#8a7e6e). 138 component files + 36 token swaps.

This commit is contained in:
2026-06-02 23:46:00 +00:00
parent 01c1abf99d
commit 2876ac6ecd
141 changed files with 2020 additions and 2020 deletions

View File

@@ -55,7 +55,7 @@ export default function ClientReadout() {
}, []);
return (
<pre style={{ padding: 20, fontFamily: "monospace", whiteSpace: "pre-wrap", background: "#1a1a1a", color: "#bbb", borderTop: "1px solid #333" }}>
<pre style={{ padding: 20, fontFamily: "monospace", whiteSpace: "pre-wrap", background: "#231d18", color: "#bbb", borderTop: "1px solid #333" }}>
{JSON.stringify(out, null, 2)}
</pre>
);