Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minimap search results visibility (#152)
In VS Code 1.37 (1) (July 2019) the search decorations in the minimap (code outline) have been improved so the entire line will now be highlighted with low opacity, and the actual match shown with high opacity. To customize the color the new `minimap.findMatchHighlight` UI/workbench theme key has been added to Nord. References: (1) https://code.visualstudio.com/updates/v1_37#_improved-minimap-search-results-visibility Resolves GH-150
- Loading branch information