Skip to content

atom-minimap/minimap-bookmarks

Repository files navigation

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;
}