atom-blackboard icon indicating copy to clipboard operation
atom-blackboard copied to clipboard

Indentation Guide too "loud"

Open jwoertink opened this issue 10 years ago • 2 comments

Looks like the indentation guides become bright orange as well. I would recommend maybe a faint gray color.

screen shot 2014-03-10 at 9 55 03 am

jwoertink avatar Mar 10 '14 16:03 jwoertink

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 (AtomOpen Your Stylesheet):

.indent-guide, .invisible-character {
  opacity: 0.3;
}

mathiasbynens avatar Mar 10 '14 17:03 mathiasbynens

this editor is pretty awesome :) thanks.

jwoertink avatar Mar 11 '14 01:03 jwoertink