Skip to content

Commit

Permalink
docs: fix light code theme
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Dec 10, 2024
1 parent 105cb13 commit ced3143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export default defineConfig({
},
],
expressiveCode: {
themes: ["catppuccin-frappe", "catppuccin-mocha"],
themes: ["catppuccin-mocha", "catppuccin-latte"],
},
plugins: [catppuccin({})],
plugins: [catppuccin()],
}),
],
});

0 comments on commit ced3143

Please sign in to comment.