Files
remanso/src/theme.config.ts
2026-01-22 23:44:01 +01:00

8 lines
157 B
TypeScript

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