minimap-bookmarks

Displays Atom bookmarks in the minimap

atom-minimap

105,073

432

0.4.6

MIT

GitHub

This package consumes the following services:

minimap-bookmarks package

Build Status

Displays Atom bookmarks in the minimap.

Minimap Bookmarks Screenshot

Customization

If you want to change the color of the minimap bookmarks use the following CSS rules in your user stylesheet:

.minimap .bookmark {
  background: #09C;
}