sainnhe / gruvbox-material-vscode

Gruvbox Material for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=sainnhe.gruvbox-material
MIT License
228 stars 23 forks source link

Some files/folders aren't highlighted when hovered over #240

Closed kyleerhabor closed 2 years ago

kyleerhabor commented 2 years ago

Settings

{
  "workbench.colorTheme": "Gruvbox Material Dark",
  "gruvboxMaterial.darkContrast": "hard"
}

Steps to reproduce this bug

  1. Go to (file) Explorer (note this is applicable to Search as well)
  2. Hover over files/folders

Actual behaviour

"Marked" entries (git changes/ignored, problems, etc.) aren't highlighted when hovered over while "unmarked" entries are. Folder paths are underlined, so I assume Visual Studio Code's default behavior is being used.

https://user-images.githubusercontent.com/40676441/183739829-ee785577-72e2-46ba-ac6f-f125796555a0.mov

Expected behaviour

Any entry hovered over would be highlighted. I don't know if this is a feature of Gruvbox, but it would be nice if it were an option.

sainnhe commented 2 years ago

Looks like vscode didn't provide tokens to customize such colors: https://code.visualstudio.com/api/references/theme-color

I'm not sure how to implement this, PR is welcome.

github-actions[bot] commented 2 years ago

This issue has been closed, the fix/feature will be available in the next release.

To get the update immediately, you can download and install the development version of this extension built by github action:

  1. Navigate to the github action page of this repository and click Development Release.
  2. Choose the workflow triggered by your issue and download the artifact.
  3. Extract the .zip file.
  4. Install from this .vsix file: How to install VS code extension manually? - Stack Overflow