Skip to content

Commit 552b3d7

Browse files
committed
Customizing style
1 parent 5bdf46d commit 552b3d7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Readme.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ Customizing Key Bindings
3131
'cmd-d': 'minimap:toggle-debug'
3232
```
3333

34+
### Customizing Style
35+
36+
If you want to use other font instead of Redacted font or want to change any styles,
37+
you can change the `style.less`(Open Your Stylesheet).
38+
39+
```css
40+
.minimap .lines {
41+
font-family: Monaco;
42+
}
43+
...
44+
```
45+
46+
3447
### Contributors
3548

3649
https://github.com/fundon/atom-minimap/graphs/contributors
@@ -46,7 +59,6 @@ The minimap can be augmented with plugins, belows the list of available plugins
4659

4760
### Roadmap
4861

49-
* Custom style
5062
* Smooth animation
5163

5264
### License

0 commit comments

Comments
 (0)