Skip to content

Commit 7c82247

Browse files
committed
fix: codemirror cursor color, close #23
1 parent 64552e9 commit 7c82247

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
"files.associations": {
1010
"*.css": "postcss",
1111
},
12-
"vite.devCommand": "nr docs"
12+
"vite.devCommand": "nr docs",
13+
"vite.notifyOnStarted": false,
14+
"vite.open": false,
1315
}

packages/theme-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@slidev/client": "workspace:*"
2727
},
2828
"dependencies": {
29-
"codemirror-theme-vars": "^0.1.0",
29+
"codemirror-theme-vars": "^0.1.1",
3030
"prism-theme-vars": "^0.2.2",
3131
"theme-vitesse": "^0.1.11"
3232
},

packages/theme-seriph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@slidev/client": "workspace:*"
2727
},
2828
"dependencies": {
29-
"codemirror-theme-vars": "^0.1.0",
29+
"codemirror-theme-vars": "^0.1.1",
3030
"prism-theme-vars": "^0.2.2",
3131
"theme-vitesse": "^0.1.11"
3232
},

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)