Some files/folders aren't highlighted when hovered over
kyleerhabor opened this issue · comments
- Operating system/version: macOS Monterey (12.5)
- VSCode version: 1.70.0
Settings
{
"workbench.colorTheme": "Gruvbox Material Dark",
"gruvboxMaterial.darkContrast": "hard"
}
Steps to reproduce this bug
- Go to (file) Explorer (note this is applicable to Search as well)
- 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.
Screen.Recording.2022-08-09.at.2.59.00.PM.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.
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.
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:
- Navigate to the github action page of this repository and click Development Release.
- Choose the workflow triggered by your issue and download the artifact.
- Extract the
.zip
file. - Install from this
.vsix
file: How to install VS code extension manually? - Stack Overflow