We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ed59f commit a72edfbCopy full SHA for a72edfb
README.md
@@ -5,3 +5,13 @@ Displays the search matches in the minimap.
5

6
7
You will need the [Minimap package](https://github.com/atom-minimap/minimap) installed to use this package.
8
+
9
+### Customization
10
11
+The color can be customized using the following CSS rule in your user stylesheet:
12
13
+```css
14
+.minimap .search-result {
15
+ background: yellow;
16
+}
17
+```
0 commit comments