We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b839a commit 7584ba4Copy full SHA for 7584ba4
setup/monaco.ts
@@ -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
@@ -2,9 +2,9 @@
theme: seriph
highlighter: shiki
download: true
-colorSchema: dark
+colorSchema: light
layout: image-right
-themeConfig: {'primary': '#8dd6f9'}
+themeConfig: {'primary': '#6db6e9'}
image: /img/webpack.svg
class: 'flex flex-col justify-center'
title: 'Webpack - SSAST 2021 Summer Codecamp'
0 commit comments