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'
|
import { createJavaScriptRegexEngine } from 'shiki/engine/javascript'
|
||||||
|
|
||||||
export const shikiThemes: ThemeOptions = {
|
export const shikiThemes: ThemeOptions = {
|
||||||
light: 'vitesse-light',
|
light: 'github-light-default',
|
||||||
dark: 'vitesse-dark',
|
dark: 'github-dark-default',
|
||||||
}
|
}
|
||||||
|
|
||||||
export const highlighter = computedAsync<HighlighterCore>(async (onCancel) => {
|
export const highlighter = computedAsync<HighlighterCore>(async (onCancel) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user