-
-
Notifications
You must be signed in to change notification settings - Fork 194
feat: detect the theme storage key of vitepress #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for vue-devtools-docs canceled.
|
Hi! I'm the It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃 |
You should rebase main branch to fix the conflicts |
b174a4f
to
67c991f
Compare
Thanks for the PR, but I think it's too special and out of scope for the devtools. |
description
This PR is to close #202.
It detects the theme storage key
vitepress-theme-appearance
. If the key is used in the local storage, it will be passed touseColorMode
.question
Should the default key
vueuse-color-scheme
be synchronized with thevitepress-theme-appearance
in a vitepress project?