DavidLGoldberg / jumpy

The fastest way to jump around files and across visible panes in Atom
https://atom.io/packages/jumpy
MIT License
123 stars 16 forks source link

Transparecy #88

Closed Blake-LeBlanc closed 8 years ago

Blake-LeBlanc commented 8 years ago

Great work with jumpy, it's very useful!

Any chance of including a transparency option for the overlay?

DavidLGoldberg commented 8 years ago

I had this at launch I think (or a little later).

Lots of us thought it was noisey / ugly. I'll leave this ticket open, to help you out with it..

But going to leave it to you.. The readme has the basics. Give it a shot, ask some questions if you have trouble. Be sure to post it if you get it!

DavidLGoldberg commented 8 years ago

The following comes from the README.md which has been updated recently to remove '/deep/' (you don't need it).

atom-text-editor {
    .jumpy-label {
        &.high-contrast {
            opacity: .8;
        }
    }
}