mirror of
https://github.com/Spythere/spythere-portfolio.git
synced 2026-05-03 05:28:16 +00:00
12 lines
234 B
TypeScript
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',
|
|
},
|
|
};
|