Codeglance for Atom as a minimap plugin. Shows the code that's under the mouse cursor when hovering the minimap.
You can style the codeglance element from your stylesheet (~/.atom/styles.less
) like this:
minimap-codeglance {// see through the codeglance elementopacity: .8;// change the shadow of the elementbox-shadow: 0 0 10px rgba(0, 0, 0, .5);// etc.}
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.