Chore/change theme (#13)

* chore: script to change theme

* style: fix md
This commit is contained in:
Julien Calixte
2025-08-01 10:48:53 +02:00
committed by GitHub
parent 7bf43c836d
commit ac00dab673
7 changed files with 156 additions and 31 deletions

7
src/theme.config.ts Normal file
View File

@@ -0,0 +1,7 @@
// Theme configuration file
// Update these values to change the light and dark themes
export const themeConfig = {
light: "cupcake",
dark: "business",
}