Skip to content

Instantly share code, notes, and snippets.

@jorgemancheno
Created February 28, 2014 03:32
Show Gist options
  • Save jorgemancheno/9264664 to your computer and use it in GitHub Desktop.
Save jorgemancheno/9264664 to your computer and use it in GitHub Desktop.
My personal Atom style overrides
.tree-view .icon-file-directory {
font-weight: bold;
}
.editor .line,
.editor .line-number {
line-height: 1.5;
}
.editor .invisible-character,
.editor .indent-guide {
color: rgba(192,197,206,0.15);
}
.editor .gutter {
transition: box-shadow 250ms;
}
.editor .gutter.drop-shadow {
box-shadow: 2px 0 10px rgba(0,0,0,0.25);
}
.editor .cursor, .editor.is-focused .cursor.blink-off {
border-color: transparent;
transition: border-color 250ms;
visibility: visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment