mirror of
https://github.com/Spythere/spythere-portfolio.git
synced 2026-05-03 05:28:16 +00:00
15 lines
293 B
TypeScript
15 lines
293 B
TypeScript
export const theme = {
|
|
colors: {
|
|
200: '#e0e1dd',
|
|
300: '#bbc1c9',
|
|
400: '#415a77',
|
|
500: '#1b263b',
|
|
600: '#0d1b2a',
|
|
accent: '#ffbd00',
|
|
},
|
|
fonts: {
|
|
primary: 'Manrope, system-ui, Arial, sans-serif',
|
|
monospace: 'IBM Plex Mono, monospace',
|
|
},
|
|
};
|