Files
spythere-portfolio/src/theme.ts
T
2023-09-01 23:01:43 +02:00

12 lines
234 B
TypeScript

export const theme = {
colors: {
primary: 'lightseagreen',
bg: '#242424',
nav: '#1b1b1b',
},
fonts: {
primary: 'Inter, system-ui, Arial, sans-serif',
monospace: 'IBM Plex Mono, monospace',
},
};