Files
spythere-portfolio/src/theme.ts
T
2024-02-23 19:45:21 +01:00

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',
},
};