/minimap-cursorline

Highlight the screen line of the cursor in Minimap

Primary LanguageJavaScriptMIT LicenseMIT

minimap-cursorline package Build Status

Displays Atom cursorline in the minimap.

Minimap cursorline Screenshot

Customization

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

.minimap .cursor-line {
  background: green;
}