AV launch: global color scheme to match logo — gold #ffb800 primary, red #d60701 secondary, warm dark bars (1a1208 / 161310) replacing the inherited BB blue palette. Swapped 21 root tokens + 112 component files.
This commit is contained in:
@@ -10,11 +10,11 @@ module.exports = {
|
||||
colors: {
|
||||
primary: '#0d0d0d',
|
||||
secondary: '#161616',
|
||||
accent: '#3b82f6',
|
||||
'accent-dark': '#2563eb',
|
||||
'accent-muted': '#1e3a5f',
|
||||
'accent-red': '#cc0000',
|
||||
'accent-red-dark': '#aa0000',
|
||||
accent: '#ffb800',
|
||||
'accent-dark': '#d99700',
|
||||
'accent-muted': '#4a3500',
|
||||
'accent-red': '#d60701',
|
||||
'accent-red-dark': '#a30501',
|
||||
background: '#111111',
|
||||
card: '#1a1a1a',
|
||||
foreground: '#e8e8e8',
|
||||
@@ -22,9 +22,9 @@ module.exports = {
|
||||
border: '#2a2a2a',
|
||||
'navy-mid': '#1e1e1e',
|
||||
'navy-light': '#222222',
|
||||
'ice-blue': '#1a2535',
|
||||
'top-bar': '#1a2535',
|
||||
'sub-nav': '#161c28',
|
||||
'ice-blue': '#1a1208',
|
||||
'top-bar': '#1a1208',
|
||||
'sub-nav': '#161310',
|
||||
},
|
||||
fontFamily: {
|
||||
heading: ['Georgia', 'serif'],
|
||||
|
||||
Reference in New Issue
Block a user