Update apps/www/.vitepress/theme/config/shiki.ts
Co-authored-by: Sadegh Barati <sadeghbaratiwork@gmail.com>
This commit is contained in:
parent
cdc9018ec0
commit
a991272389
|
|
@ -5,8 +5,8 @@ import { createHighlighterCore } from 'shiki/core'
|
|||
import { createJavaScriptRegexEngine } from 'shiki/engine/javascript'
|
||||
|
||||
export const shikiThemes: ThemeOptions = {
|
||||
light: 'vitesse-light',
|
||||
dark: 'vitesse-dark',
|
||||
light: 'github-light-default',
|
||||
dark: 'github-dark-default',
|
||||
}
|
||||
|
||||
export const highlighter = computedAsync<HighlighterCore>(async (onCancel) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user