shades-of-purple-vscode icon indicating copy to clipboard operation
shades-of-purple-vscode copied to clipboard

Package.json script section color not visible

Open rashnk opened this issue 1 year ago • 2 comments

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

rashnk avatar Jan 13 '24 04:01 rashnk

True that, wanna send in a PR?

ahmadawais avatar Mar 09 '24 21:03 ahmadawais

don't know what to change

rashnk avatar Mar 10 '24 08:03 rashnk

What I'm experiencing is that it defaults to yellow here and light purple on hover👇 屏幕截图 2024-03-29 095917

black-black-cat avatar Mar 29 '24 02:03 black-black-cat

Yep fixed now.

ahmadawais avatar Mar 29 '24 02:03 ahmadawais