All Projects → atom-minimap → minimap-highlight-selected

atom-minimap / minimap-highlight-selected

Licence: MIT License
A minimap binding for the highlight-selected package

Programming Languages

javascript
184084 projects - #8 most used programming language
Less
1899 projects

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;
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].