Skip to content

Commit

Permalink
fix: codemirror cursor color, close #23
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 7, 2021
1 parent 64552e9 commit 7c82247
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Expand Up @@ -9,5 +9,7 @@
"files.associations": {
"*.css": "postcss",
},
"vite.devCommand": "nr docs"
"vite.devCommand": "nr docs",
"vite.notifyOnStarted": false,
"vite.open": false,
}
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Expand Up @@ -26,7 +26,7 @@
"@slidev/client": "workspace:*"
},
"dependencies": {
"codemirror-theme-vars": "^0.1.0",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.2",
"theme-vitesse": "^0.1.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-seriph/package.json
Expand Up @@ -26,7 +26,7 @@
"@slidev/client": "workspace:*"
},
"dependencies": {
"codemirror-theme-vars": "^0.1.0",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.2",
"theme-vitesse": "^0.1.11"
},
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c82247

Please sign in to comment.