Skip to content

Instantly share code, notes, and snippets.

@sd
Last active August 29, 2015 13:56
Show Gist options
  • Save sd/9254159 to your computer and use it in GitHub Desktop.
Save sd/9254159 to your computer and use it in GitHub Desktop.
My @atomeditor styles.less
/* I prefer a more compact tree-view */
.tree-view {
font-size: 11px;
.list-item {
line-height: 18px !important;
}
.selected:before, .selected:before {
height: 18px !important;
}
.icon:before {
font-size: 11px;
width: 10px;
height: 10px;
opacity: .6;
position: relative;
top: 0px;
}
.header:before {
font-size: 10px !important;
opacity: .6;
margin-right: 0px !important;
}
}
/* more subtle invisibles */
.editor {
.invisible-character {
opacity: .2;
}
.indent-guide {
opacity: .3;
}
}
/* thicker cursor */
.editor .cursor {
border-left-width: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment