harai / indent-guide-improved

Improved indent guides for Atom Editor
https://atom.io/packages/indent-guide-improved
MIT License
48 stars 15 forks source link

indent-guide-improved package

This Atom Editor package draws indent guide more correctly and understandably.

Features

screenshot

Configuration

You can change the color of guides by adding styles to your stylesheet, such as the following:

.indent-guide-improved {
  background-color: gray;
  &.indent-guide-stack {
    background-color: cyan;
    &.indent-guide-active {
      background-color: blue;
    }
  }
}

Notice