atom-blackboard
atom-blackboard copied to clipboard
Indentation Guide too "loud"
Looks like the indentation guides become bright orange as well. I would recommend maybe a faint gray color.
It doesn’t necessarily become orange, it just re-uses the dominant color in those lines.
For now, add this to your custom user CSS (Atom → Open Your Stylesheet):
.indent-guide, .invisible-character {
opacity: 0.3;
}
this editor is pretty awesome :) thanks.