shades-of-purple-vscode
shades-of-purple-vscode copied to clipboard
Package.json script section color not visible
Theme: Shades of purple(super dark)
Issue: The text is not visible on hover popup/tooltip on package.json scripts section
Reproduce: hover on package.json scripts item, dev, the popup with text Run Script | Debug script
"scripts": {
"dev": "vite",
"dev-host": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
Demo https://github.com/ahmadawais/shades-of-purple-vscode/assets/12730428/381997ab-75c8-4ca0-9bbf-8f989294497d
True that, wanna send in a PR?
don't know what to change
What I'm experiencing is that it defaults to yellow here and light purple on hover👇
Yep fixed now.