atom-minimap / minimap-highlight-selected

A minimap binding for the highlight-selected package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimap-highlight-selected package

Build Status

A minimap binding for the highlight-selected package.

Screenshot

Customization

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

/* The rule for normal highlights */
.minimap .highlight-selected {
  background: blue;
}

/* The rule for selected highlights */
.minimap .highlight-selected.selected {
  background: red;
}

About

A minimap binding for the highlight-selected package

License:MIT License


Languages

Language:JavaScript 88.8%Language:Less 11.2%