kevinsawicki / monokai

Monokai Atom Syntax theme
241 stars 133 forks source link

Atom "invisibles" quite hard #3

Closed angelomichel closed 10 years ago

angelomichel commented 10 years ago

Hey, could you also 'color' the invisibles? They're now quite hard (toned down a bit would be nice).

AbeEstrada commented 10 years ago

You can add these lines to your styles.less

.indent-guide, .invisible-character {
    color: rgba(255, 255, 255, 0.1);
}
angelomichel commented 10 years ago

ah epic, didn't know about that! +1