DavidLGoldberg/jumpy

Transparecy

Blake-LeBlanc opened this issue · 2 comments

Great work with jumpy, it's very useful!

Any chance of including a transparency option for the overlay?

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!

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