• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

gutter-shadow

Add a shadow when editor is scrolled away from the gutter
  • #gutter
dsandstrom
1.1.0 2,119
18
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Gutter Shadow

An Atom Package - Atom.io : Github : Build Status

Add a shadow under the gutter when you are scrolled away from it. This makes it easier to tell when you aren't scrolled all the way to the left.

screenshot

Configuration

DIY

If you want to edit the shadow, add this to your styles.less file:

atom-text-editor {
  // scrolled shadow 
  .gutter-shadow.active {
    box-shadow: 0 0 7px 4px rgba(0, 0, 0, .25);
  }
  // bigger scrolled shadow 
  .gutter-shadow.active.bigger-shadow {
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, .25);
  }
}

Notes

  • v1.0.0 introduces a style change, remove inset from your DIY shadow
  • Issues and PRs are welcome.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by