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

@@ -8,23 +8,23 @@ module.exports = {
theme: {
extend: {
colors: {
primary: '#0d0d0d',
secondary: '#161616',
accent: '#ffb800',
'accent-dark': '#d99700',
'accent-muted': '#4a3500',
'accent-red': '#d60701',
'accent-red-dark': '#a30501',
background: '#111111',
card: '#1a1a1a',
foreground: '#e8e8e8',
muted: '#888888',
border: '#2a2a2a',
primary: '#1c1815',
secondary: '#231d18',
accent: '#F0A623',
'accent-dark': '#BA7517',
'accent-muted': '#412402',
'accent-red': '#D85A30',
'accent-red-dark': '#E24B4A',
background: '#1c1815',
card: '#231d18',
foreground: '#FBEFE0',
muted: '#C9BBA8',
border: '#3a322b',
'navy-mid': '#1e1e1e',
'navy-light': '#222222',
'ice-blue': '#1a1208',
'top-bar': '#1a1208',
'sub-nav': '#161310',
'navy-light': '#3a322b',
'ice-blue': '#231d18',
'top-bar': '#231d18',
'sub-nav': '#26201a',
},
fontFamily: {
heading: ['Georgia', 'serif'],