Files
remanso/src/theme.config.ts
2026-05-13 18:38:54 +02:00

8 lines
155 B
TypeScript

// Theme configuration file
// Update these values to change the light and dark themes
export const themeConfig = {
light: 'light',
dark: 'dracula'
}