Skip to content

Commit

Permalink
template: setup: Change code blocks theme
Browse files Browse the repository at this point in the history
Change the theme of shiki plugin, which is in charge of the code blocks.
Change it from vitesse to github in both dark and light, to make it easier on
the eyes and more pretty.

Signed-off-by: Patrick Barsanti <[email protected]>
  • Loading branch information
patriickoo authored and panicking committed Jul 15, 2024
1 parent 2a20fd5 commit 6e00cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/setup/shiki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { defineShikiSetup } from '@slidev/types'
export default defineShikiSetup((): ShikiSetupReturn => {
return {
themes: {
dark: 'vitesse-dark',
light: 'vitesse-light',
dark: 'github-dark-dimmed',
light: 'github-light',
},
}
})

0 comments on commit 6e00cc8

Please sign in to comment.