iamtabo / minimap-cursorline

Highlight the screen line of the cursor in Minimap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Highlight the screen line of the cursor in Minimap

License:MIT License


Languages

Language:JavaScript 93.3%Language:CSS 6.7%