You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making me aware of this incompatibility with high contrast themes. From what I can see, unlike light and dark themes, high contrast themes only specify a border colour (no background colour) for find matches.
Git Graph currently consumes the Visual Studio Code CSS Property --vscode-editor-findMatchHighlightBackground to style find matches. As this is not defined in high contrast themes, that is why no highlighting is currently shown for find matches.
I'll adjust the styling of find matches to use an outline of the Visual Studio Code CSS Property --vscode-editor-findMatchHighlightBorder, so that matches can be seen in high contrast themes.
When I use the Git Graph find dialog with e.g. the tomorrow night theme, the find result for "formatting" looks like this and is visible in the graph:

When I use the built-in high contrast theme and another high-contrast theme I have installed, the find result is invisible:

The text was updated successfully, but these errors were encountered: