Skip to content

Commit 2d4837d

Browse files
committed
Update astro.config.mjs
1 parent 118f1a8 commit 2d4837d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default defineConfig({
4343
}),
4444
expressiveCode({
4545
// https://expressive-code.com/guides/themes/
46-
themes: ['github-dark', 'slack-ochin'],
46+
themes: ['material-theme-darker', 'material-theme-lighter'],
4747
themeCssSelector: (theme) => {
4848
if (theme.type === 'dark') return '.dark'
4949
if (theme.type === 'light') return '.light'

0 commit comments

Comments
 (0)