@rakeyshgidwani/roger-ui-bank-theme-stan-design 0.2.45 → 0.2.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,14 +2,14 @@ import { MultiThemeConfig } from '../types';
2
2
 
3
3
  /**
4
4
  * Harvey Creative Theme
5
- * Modern, vibrant design with Poppins font and warm color palette
5
+ * Modern, vibrant design with Inter font and warm burgundy/gold color palette
6
6
  */
7
7
  export const harveyTheme: MultiThemeConfig = {
8
8
  fonts: {
9
9
  primary: {
10
- family: 'Poppins',
10
+ family: 'Inter',
11
11
  fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
12
- weights: [300, 400, 500, 600, 700, 800],
12
+ weights: [300, 400, 500, 600, 700],
13
13
  display: 'swap',
14
14
  source: {
15
15
  type: 'google'
@@ -27,21 +27,21 @@ export const harveyTheme: MultiThemeConfig = {
27
27
  '6xl': '3.75rem'
28
28
  },
29
29
  lineHeights: {
30
- tight: '1.2',
30
+ tight: '1.25',
31
31
  normal: '1.5',
32
- relaxed: '1.7',
32
+ relaxed: '1.75',
33
33
  loose: '2'
34
34
  },
35
35
  letterSpacing: {
36
- tight: '-0.02em',
36
+ tight: '-0.025em',
37
37
  normal: '0em',
38
- wide: '0.02em',
39
- wider: '0.04em',
40
- widest: '0.08em'
38
+ wide: '0.025em',
39
+ wider: '0.05em',
40
+ widest: '0.1em'
41
41
  }
42
42
  },
43
43
  secondary: {
44
- family: 'Poppins',
44
+ family: 'Inter',
45
45
  fallbacks: ['ui-sans-serif', 'system-ui', '-apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif'],
46
46
  weights: [300, 400, 500, 600, 700],
47
47
  display: 'swap',
@@ -61,22 +61,22 @@ export const harveyTheme: MultiThemeConfig = {
61
61
  '6xl': '3.75rem'
62
62
  },
63
63
  lineHeights: {
64
- tight: '1.2',
64
+ tight: '1.25',
65
65
  normal: '1.5',
66
- relaxed: '1.7',
66
+ relaxed: '1.75',
67
67
  loose: '2'
68
68
  },
69
69
  letterSpacing: {
70
- tight: '-0.02em',
70
+ tight: '-0.025em',
71
71
  normal: '0em',
72
- wide: '0.02em',
73
- wider: '0.04em',
74
- widest: '0.08em'
72
+ wide: '0.025em',
73
+ wider: '0.05em',
74
+ widest: '0.1em'
75
75
  }
76
76
  },
77
77
  display: {
78
- family: 'Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
79
- weights: [600, 700, 800, 900],
78
+ family: 'Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
79
+ weights: [400, 500, 600, 700],
80
80
  sizes: {
81
81
  xs: '1.5rem',
82
82
  sm: '1.875rem',
@@ -90,22 +90,22 @@ export const harveyTheme: MultiThemeConfig = {
90
90
  '6xl': '12rem'
91
91
  },
92
92
  lineHeights: {
93
- tight: '1.05',
94
- normal: '1.15',
95
- relaxed: '1.25',
96
- loose: '1.35'
93
+ tight: '1.1',
94
+ normal: '1.2',
95
+ relaxed: '1.3',
96
+ loose: '1.4'
97
97
  },
98
98
  letterSpacing: {
99
- tight: '-0.03em',
100
- normal: '-0.02em',
101
- wide: '-0.01em',
102
- wider: '0em',
103
- widest: '0.01em'
99
+ tight: '-0.02em',
100
+ normal: '-0.01em',
101
+ wide: '0em',
102
+ wider: '0.01em',
103
+ widest: '0.02em'
104
104
  }
105
105
  },
106
106
  body: {
107
- family: 'Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
108
- weights: [300, 400, 500, 600],
107
+ family: 'Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
108
+ weights: [300, 400, 500],
109
109
  sizes: {
110
110
  xs: '0.75rem',
111
111
  sm: '0.875rem',
@@ -119,17 +119,17 @@ export const harveyTheme: MultiThemeConfig = {
119
119
  '6xl': '3.75rem'
120
120
  },
121
121
  lineHeights: {
122
- tight: '1.3',
122
+ tight: '1.4',
123
123
  normal: '1.6',
124
124
  relaxed: '1.8',
125
- loose: '2.1'
125
+ loose: '2'
126
126
  },
127
127
  letterSpacing: {
128
128
  tight: '-0.01em',
129
129
  normal: '0em',
130
130
  wide: '0.01em',
131
131
  wider: '0.02em',
132
- widest: '0.04em'
132
+ widest: '0.05em'
133
133
  }
134
134
  },
135
135
  mono: {
@@ -164,79 +164,111 @@ export const harveyTheme: MultiThemeConfig = {
164
164
  },
165
165
  colors: {
166
166
  primary: {
167
- 50: '#fff7ed',
168
- 100: '#ffedd5',
169
- 200: '#fed7aa',
170
- 300: '#fdba74',
171
- 400: '#fb923c',
172
- 500: '#f97316',
173
- 600: '#ea580c',
174
- 700: '#c2410c',
175
- 800: '#9a3412',
176
- 900: '#7c2d12'
167
+ 50: '#FBEAEA',
168
+ 100: '#F4CFCF',
169
+ 200: '#E8A9A9',
170
+ 300: '#D97D7D',
171
+ 400: '#C55A5A',
172
+ 500: '#A3485A',
173
+ 600: '#8C3447',
174
+ 700: '#752737',
175
+ 800: '#662222',
176
+ 900: '#421414',
177
+ // RGB versions for rgba() usage
178
+ '500-rgb': '163, 72, 90',
179
+ '600-rgb': '140, 52, 71',
180
+ '700-rgb': '117, 39, 55'
177
181
  },
178
182
  secondary: {
179
- 50: '#fefce8',
180
- 100: '#fef9c3',
181
- 200: '#fef08a',
182
- 300: '#fde047',
183
- 400: '#facc15',
184
- 500: '#eab308',
185
- 600: '#ca8a04',
186
- 700: '#a16207',
187
- 800: '#854d0e',
188
- 900: '#713f12'
183
+ 50: '#FFF8E8',
184
+ 100: '#FFF1D1',
185
+ 200: '#FDE5B3',
186
+ 300: '#F5DAA7',
187
+ 400: '#EACF8D',
188
+ 500: '#D9BA71',
189
+ 600: '#BCA059',
190
+ 700: '#9C8245',
191
+ 800: '#7B6534',
192
+ 900: '#544521'
189
193
  },
190
194
  semantic: {
191
- success: '#16a34a',
192
- warning: '#f59e0b',
193
- error: '#dc2626',
194
- info: '#2563eb'
195
+ success: '#1E824C',
196
+ warning: '#E6A23C',
197
+ error: '#D93025',
198
+ errorDark: '#A12017',
199
+ info: '#007BCE',
200
+ // RGB versions for rgba() usage
201
+ successRgb: '30, 130, 76',
202
+ warningRgb: '230, 162, 60',
203
+ errorRgb: '217, 48, 37',
204
+ errorDarkRgb: '161, 32, 23',
205
+ infoRgb: '0, 123, 206',
206
+ // Additional RGB versions referenced in CSS
207
+ 'success-rgb': '30, 130, 76',
208
+ 'warning-rgb': '230, 162, 60',
209
+ 'error-rgb': '217, 48, 37',
210
+ 'error-dark-rgb': '161, 32, 23',
211
+ 'info-rgb': '0, 123, 206'
195
212
  },
196
213
  neutral: {
197
- 50: '#fafaf9',
198
- 100: '#f5f5f4',
199
- 200: '#e7e5e4',
200
- 300: '#d6d3d1',
201
- 400: '#a8a29e',
202
- 500: '#78716c',
203
- 600: '#57534e',
204
- 700: '#44403c',
205
- 800: '#292524',
206
- 900: '#1c1917'
214
+ 50: '#FAFAFA',
215
+ 100: '#F4F4F4',
216
+ 200: '#E8E8E8',
217
+ 300: '#D1D1D1',
218
+ 400: '#B5B5B5',
219
+ 500: '#999999',
220
+ 600: '#7A7A7A',
221
+ 700: '#5C5C5C',
222
+ 800: '#3D3D3D',
223
+ 900: '#1E1E1E'
207
224
  },
208
225
  surface: {
209
- background: '#fefefe',
210
- surface: '#fafaf9',
211
- border: '#e7e5e4',
212
- divider: '#d6d3d1'
226
+ background: '#FFF9F3',
227
+ surface: '#FFFFFF',
228
+ border: '#EAD7C0',
229
+ divider: '#F0E2D0'
213
230
  },
214
231
  text: {
215
- primary: '#1c1917',
216
- secondary: '#44403c',
217
- muted: '#78716c',
218
- inverse: '#fafaf9',
219
- onPrimary: '#fefefe',
220
- onSecondary: '#fefefe',
221
- onSurface: '#1c1917'
232
+ primary: '#2B1212',
233
+ secondary: '#5E3A3A',
234
+ muted: '#8C6F6F',
235
+ inverse: '#FFFFFF',
236
+ onPrimary: '#FFFFFF',
237
+ onSecondary: '#2B1212',
238
+ onSurface: '#2B1212'
222
239
  },
223
240
  interactive: {
224
- hover: '#fff7ed',
225
- active: '#fed7aa',
226
- focus: '#f97316',
227
- disabled: '#d6d3d1'
228
- }
241
+ hover: '#842A3B',
242
+ active: '#662222',
243
+ focus: '#A3485A',
244
+ disabled: '#C9B6B6'
245
+ },
246
+ // Additional colors referenced in CSS
247
+ accent: '#F5DAA7',
248
+ 'bg-primary': '#FBEAEA',
249
+ 'bg-secondary': '#FFF1D1',
250
+ 'surface-bg': '#FFF9F3',
251
+ // Additional missing CSS variables
252
+ 'primary-hover': '#842A3B',
253
+ 'primary-active': '#662222',
254
+ 'accent-rgb': '245, 218, 167',
255
+ 'border': '#EAD7C0',
256
+ // Border semantic variables
257
+ 'border-transparent': 'transparent',
258
+ // Text colors referenced in CSS
259
+ 'text-primary': '#2B1212',
260
+ 'text-secondary': '#5E3A3A'
229
261
  },
230
262
  navigation: {
231
263
  layout: 'horizontal',
232
- style: 'creative',
233
- behavior: 'floating',
234
- responsive: 'adaptive',
264
+ style: 'enhanced',
265
+ behavior: 'static',
266
+ responsive: 'mobile-first',
235
267
  animations: {
236
268
  duration: {
237
- fast: '0.12s',
238
- normal: '0.25s',
239
- slow: '0.4s',
269
+ fast: '0.15s',
270
+ normal: '0.2s',
271
+ slow: '0.3s',
240
272
  instant: '0s'
241
273
  },
242
274
  easing: {
@@ -250,108 +282,108 @@ export const harveyTheme: MultiThemeConfig = {
250
282
  },
251
283
  stagger: {
252
284
  enabled: true,
253
- delay: '0.03s',
285
+ delay: '0.05s',
254
286
  direction: 'forward'
255
287
  },
256
288
  transitions: {
257
- enter: '0.25s ease-in-out',
258
- exit: '0.12s ease-in',
259
- move: '0.25s ease',
260
- resize: '0.15s ease'
289
+ enter: '0.2s ease-out',
290
+ exit: '0.15s ease-in',
291
+ move: '0.2s ease',
292
+ resize: '0.1s ease'
261
293
  }
262
294
  },
263
295
  spacing: {
264
- container: '1.25rem',
265
- item: '0.75rem',
266
- group: '1.25rem',
267
- divider: '0.5rem',
268
- icon: '0.75rem',
269
- text: '0.5rem',
296
+ container: '1rem',
297
+ item: '0.5rem',
298
+ group: '1rem',
299
+ divider: '0.25rem',
300
+ icon: '0.5rem',
301
+ text: '0.25rem',
270
302
  padding: {
271
- horizontal: '1.25rem',
272
- vertical: '1rem',
273
- top: '1rem',
274
- right: '1.25rem',
275
- bottom: '1rem',
276
- left: '1.25rem'
303
+ horizontal: '1rem',
304
+ vertical: '0.75rem',
305
+ top: '0.75rem',
306
+ right: '1rem',
307
+ bottom: '0.75rem',
308
+ left: '1rem'
277
309
  },
278
310
  margin: {
279
- horizontal: '0.75rem',
280
- vertical: '0.5rem',
281
- top: '0.5rem',
282
- right: '0.75rem',
283
- bottom: '0.5rem',
284
- left: '0.75rem'
311
+ horizontal: '0.5rem',
312
+ vertical: '0.25rem',
313
+ top: '0.25rem',
314
+ right: '0.5rem',
315
+ bottom: '0.25rem',
316
+ left: '0.5rem'
285
317
  }
286
318
  },
287
319
  colors: {
288
320
  background: {
289
321
  primary: '#ffffff',
290
- secondary: '#fefefe',
291
- tertiary: '#fafaf9',
322
+ secondary: '#FFF9F3',
323
+ tertiary: '#FAFAFA',
292
324
  light: '#ffffff',
293
- dark: '#1c1917',
325
+ dark: '#2B1212',
294
326
  contrast: '#000000'
295
327
  },
296
328
  text: {
297
- primary: '#1c1917',
298
- secondary: '#57534e',
299
- tertiary: '#78716c',
300
- light: '#a8a29e',
301
- dark: '#1c1917',
329
+ primary: '#2B1212',
330
+ secondary: '#5E3A3A',
331
+ tertiary: '#8C6F6F',
332
+ light: '#B5B5B5',
333
+ dark: '#2B1212',
302
334
  contrast: '#ffffff'
303
335
  },
304
336
  border: {
305
- primary: '#e7e5e4',
306
- secondary: '#d6d3d1',
307
- tertiary: '#a8a29e',
308
- light: '#f5f5f4',
309
- dark: '#57534e',
337
+ primary: '#EAD7C0',
338
+ secondary: '#F0E2D0',
339
+ tertiary: '#B5B5B5',
340
+ light: '#F4F4F4',
341
+ dark: '#5E3A3A',
310
342
  contrast: '#000000'
311
343
  },
312
344
  accent: {
313
- primary: '#f97316',
314
- secondary: '#ea580c',
315
- tertiary: '#c2410c',
316
- light: '#fed7aa',
317
- dark: '#ea580c',
345
+ primary: '#A3485A',
346
+ secondary: '#8C3447',
347
+ tertiary: '#752737',
348
+ light: '#E8A9A9',
349
+ dark: '#8C3447',
318
350
  contrast: '#ffffff'
319
351
  },
320
352
  hover: {
321
- primary: '#fefefe',
322
- secondary: '#fafaf9',
323
- tertiary: '#f5f5f4',
353
+ primary: '#FFF9F3',
354
+ secondary: '#FAFAFA',
355
+ tertiary: '#F4F4F4',
324
356
  light: '#ffffff',
325
- dark: '#292524',
326
- contrast: '#fefefe'
357
+ dark: '#421414',
358
+ contrast: '#FFF9F3'
327
359
  },
328
360
  active: {
329
- primary: '#f97316',
330
- secondary: '#ea580c',
331
- tertiary: '#c2410c',
332
- light: '#fed7aa',
333
- dark: '#ea580c',
361
+ primary: '#A3485A',
362
+ secondary: '#8C3447',
363
+ tertiary: '#752737',
364
+ light: '#E8A9A9',
365
+ dark: '#8C3447',
334
366
  contrast: '#ffffff'
335
367
  },
336
368
  disabled: {
337
- primary: '#f5f5f4',
338
- secondary: '#e7e5e4',
339
- tertiary: '#d6d3d1',
340
- light: '#fafaf9',
341
- dark: '#78716c',
342
- contrast: '#a8a29e'
369
+ primary: '#F4F4F4',
370
+ secondary: '#E8E8E8',
371
+ tertiary: '#D1D1D1',
372
+ light: '#FAFAFA',
373
+ dark: '#8C6F6F',
374
+ contrast: '#B5B5B5'
343
375
  },
344
376
  focus: {
345
- primary: '#f97316',
346
- secondary: '#ea580c',
347
- tertiary: '#c2410c',
348
- light: '#fed7aa',
349
- dark: '#ea580c',
377
+ primary: '#A3485A',
378
+ secondary: '#8C3447',
379
+ tertiary: '#752737',
380
+ light: '#E8A9A9',
381
+ dark: '#8C3447',
350
382
  contrast: '#ffffff'
351
383
  }
352
384
  },
353
385
  typography: {
354
- fontFamily: 'Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
386
+ fontFamily: 'Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif',
355
387
  fontSize: {
356
388
  xs: '0.75rem',
357
389
  sm: '0.875rem',
@@ -403,26 +435,26 @@ export const harveyTheme: MultiThemeConfig = {
403
435
  },
404
436
  component: {
405
437
  button: {
406
- padding: '0.875rem 1.75rem',
438
+ padding: '0.75rem 1.5rem',
407
439
  margin: '0.5rem',
408
- gap: '0.75rem'
440
+ gap: '0.5rem'
409
441
  },
410
442
  input: {
411
- padding: '0.875rem 1rem',
443
+ padding: '0.75rem 1rem',
412
444
  margin: '0.5rem',
413
445
  gap: '0.5rem'
414
446
  },
415
447
  card: {
416
- padding: '1.75rem',
448
+ padding: '1.5rem',
417
449
  margin: '1rem',
418
- gap: '1.25rem'
450
+ gap: '1rem'
419
451
  }
420
452
  },
421
453
  layout: {
422
- page: '2.5rem',
423
- section: '3.5rem',
424
- container: '1.25rem',
425
- grid: '1.75rem'
454
+ page: '2rem',
455
+ section: '3rem',
456
+ container: '1rem',
457
+ grid: '1.5rem'
426
458
  }
427
459
  },
428
460
  shadows: {
@@ -436,9 +468,9 @@ export const harveyTheme: MultiThemeConfig = {
436
468
  },
437
469
  transitions: {
438
470
  duration: {
439
- fast: '0.12s',
440
- normal: '0.25s',
441
- slow: '0.4s'
471
+ fast: '0.15s',
472
+ normal: '0.2s',
473
+ slow: '0.3s'
442
474
  },
443
475
  easing: {
444
476
  linear: 'linear',
@@ -448,10 +480,10 @@ export const harveyTheme: MultiThemeConfig = {
448
480
  easeInOut: 'ease-in-out'
449
481
  },
450
482
  properties: {
451
- colors: '0.25s ease-in-out',
452
- transform: '0.25s ease-in-out',
453
- opacity: '0.12s ease',
454
- shadow: '0.25s ease'
483
+ colors: '0.2s ease',
484
+ transform: '0.2s ease',
485
+ opacity: '0.15s ease',
486
+ shadow: '0.2s ease'
455
487
  }
456
488
  },
457
489
  borderRadius: {
@@ -534,11 +566,11 @@ export const harveyTheme: MultiThemeConfig = {
534
566
  },
535
567
  meta: {
536
568
  name: 'Harvey Creative',
537
- description: 'Modern, vibrant design system with Poppins typography and warm orange color palette for creative projects',
569
+ description: 'Modern, vibrant design system with Inter typography and warm burgundy/gold color palette for creative projects',
538
570
  author: 'Harvey Design Team',
539
571
  version: '1.0.0',
540
572
  category: 'creative',
541
- tags: ['modern', 'vibrant', 'creative', 'poppins', 'orange', 'warm'],
573
+ tags: ['modern', 'vibrant', 'creative', 'inter', 'burgundy', 'gold', 'warm'],
542
574
  preview: '/themes/harvey-creative-preview.png',
543
575
  createdAt: '2024-12-01T00:00:00.000Z',
544
576
  updatedAt: '2024-12-01T00:00:00.000Z'
@@ -547,8 +579,101 @@ export const harveyTheme: MultiThemeConfig = {
547
579
  // NEW: Add dark mode overrides
548
580
  modes: {
549
581
  dark: {
550
- // Dark mode will be automatically generated by the CSS generator
551
- // using the adaptThemeForDarkMode function
582
+ colors: {
583
+ primary: {
584
+ 50: '#2B1212',
585
+ 100: '#421414',
586
+ 200: '#662222',
587
+ 300: '#752737',
588
+ 400: '#8C3447',
589
+ 500: '#A3485A',
590
+ 600: '#C55A5A',
591
+ 700: '#D97D7D',
592
+ 800: '#E8A9A9',
593
+ 900: '#FBEAEA',
594
+ // RGB versions for rgba() usage
595
+ '500-rgb': '163, 72, 90',
596
+ '600-rgb': '197, 90, 90',
597
+ '700-rgb': '217, 125, 125'
598
+ },
599
+ secondary: {
600
+ 50: '#2E2314',
601
+ 100: '#3E2E17',
602
+ 200: '#5E4722',
603
+ 300: '#7B6534',
604
+ 400: '#9C8245',
605
+ 500: '#BCA059',
606
+ 600: '#D9BA71',
607
+ 700: '#EACF8D',
608
+ 800: '#F5DAA7',
609
+ 900: '#FFF1D1'
610
+ },
611
+ semantic: {
612
+ success: '#34D399',
613
+ warning: '#FBBF24',
614
+ error: '#F87171',
615
+ errorDark: '#B91C1C',
616
+ info: '#60A5FA',
617
+ // RGB versions for rgba() usage
618
+ successRgb: '52, 211, 153',
619
+ warningRgb: '251, 191, 36',
620
+ errorRgb: '248, 113, 113',
621
+ errorDarkRgb: '185, 28, 28',
622
+ infoRgb: '96, 165, 250',
623
+ // Additional RGB versions referenced in CSS
624
+ 'success-rgb': '52, 211, 153',
625
+ 'warning-rgb': '251, 191, 36',
626
+ 'error-rgb': '248, 113, 113',
627
+ 'error-dark-rgb': '185, 28, 28',
628
+ 'info-rgb': '96, 165, 250'
629
+ },
630
+ neutral: {
631
+ 50: '#121212',
632
+ 100: '#1A1A1A',
633
+ 200: '#232323',
634
+ 300: '#2E2E2E',
635
+ 400: '#3C3C3C',
636
+ 500: '#565656',
637
+ 600: '#7A7A7A',
638
+ 700: '#A0A0A0',
639
+ 800: '#C5C5C5',
640
+ 900: '#E8E8E8'
641
+ },
642
+ surface: {
643
+ background: '#1B0D0D',
644
+ surface: '#2B1212',
645
+ border: '#3C1818',
646
+ divider: '#4A2222'
647
+ },
648
+ text: {
649
+ primary: '#F5DAA7',
650
+ secondary: '#EACF8D',
651
+ muted: '#C9B6B6',
652
+ inverse: '#1B0D0D',
653
+ onPrimary: '#1B0D0D',
654
+ onSecondary: '#1B0D0D',
655
+ onSurface: '#F5DAA7'
656
+ },
657
+ interactive: {
658
+ hover: '#A3485A',
659
+ active: '#842A3B',
660
+ focus: '#C55A5A',
661
+ disabled: '#3C1818'
662
+ },
663
+ // Additional colors referenced in CSS
664
+ accent: '#EACF8D',
665
+ 'bg-primary': '#2B1212',
666
+ 'bg-secondary': '#3E2E17',
667
+ 'surface-bg': '#1B0D0D',
668
+ // Additional missing CSS variables
669
+ 'primary-hover': '#C55A5A',
670
+ 'primary-active': '#E8A9A9',
671
+ 'accent-rgb': '234, 207, 141',
672
+ 'border': '#3C1818',
673
+ // Text colors referenced in CSS
674
+ 'text-primary': '#F5DAA7',
675
+ 'text-secondary': '#EACF8D'
676
+ }
552
677
  }
553
678
  }
554
679
  };