Closed alexzhang1030 closed 1 week ago
Name | Link |
---|---|
Latest commit | 70baa9b7d830337d2c0db010909cd1dc046ee889 |
Latest deploy log | https://app.netlify.com/sites/vue-devtools-docs/deploys/673214211613400008fcd8eb |
``` pnpm add https://pkg.pr.new/@vue/devtools-applet@686 ```
``` pnpm add https://pkg.pr.new/@vue/devtools-core@686 ```
``` pnpm add https://pkg.pr.new/@vue/devtools@686 ```
``` pnpm add https://pkg.pr.new/@vue/devtools-api@686 ```
``` pnpm add https://pkg.pr.new/@vue/devtools-kit@686 ```
``` pnpm add https://pkg.pr.new/vite-plugin-vue-devtools@686 ```
commit: 70baa9b
@alexzhang1030 Great work. The whole thing looks a lot better. Here are some personal views to discuss:
@alexzhang1030 Great work. The whole thing looks a lot better. Here are some personal views to discuss:
- The tree node element seems a little too bright, I prefer to display #fff directly in dark mode
- I prefer the background color in the original dark mode, if we want to improve the contrast, we may need to enhance the specific elements.
Thanks for that, Let me clarify:
<
and >
are the same color as the component name.https://coolors.co/contrast-checker/ffb980-212427
this color looks good
Revert bg changes due to some limitations, consider css vars in the future.
closes #685 #677
Before:
Now:
I just updated background/text color for dark mode to reduce eye strain, especially on darker pages.
I’d appreciate any feedback!
Ref article: https://uxplanet.org/alternatives-to-using-pure-black-000000-for-text-and-backgrounds-54ef0e733cdb