Skip to content

Commit a72edfb

Browse files
committed
chore(readme): add customization information
1 parent 26ed59f commit a72edfb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ Displays the search matches in the minimap.
55
![Minimap Screenshot](https://github.com/atom-minimap/minimap-find-and-replace/blob/master/screenshot.png?raw=true)
66

77
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

Comments
 (0)