Skip to content

Commit 7584ba4

Browse files
committed
fix: monaco
1 parent d9b839a commit 7584ba4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

setup/monaco.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { defineMonacoSetup } from '@slidev/types'
2+
3+
export default defineMonacoSetup(() => {
4+
return {
5+
theme: {
6+
dark: 'vs-dark',
7+
light: 'vs',
8+
},
9+
}
10+
})

slides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
theme: seriph
33
highlighter: shiki
44
download: true
5-
colorSchema: dark
5+
colorSchema: light
66
layout: image-right
7-
themeConfig: {'primary': '#8dd6f9'}
7+
themeConfig: {'primary': '#6db6e9'}
88
image: /img/webpack.svg
99
class: 'flex flex-col justify-center'
1010
title: 'Webpack - SSAST 2021 Summer Codecamp'

0 commit comments

Comments
 (0)