Skip to content

Instantly share code, notes, and snippets.

@loickreitmann
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loickreitmann/9295210b5e6c05d3c695 to your computer and use it in GitHub Desktop.
Save loickreitmann/9295210b5e6c05d3c695 to your computer and use it in GitHub Desktop.
My custom Atom.io styles
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
.tree-view {
font-family: 'Helvetica Neue';
font-size: 15px;
.list-tree {
.selected.status-modified {
color: tomato;
> .list-item.header {
color: tomato;
}
}
}
}
.editor {
/* font-family: 'Menlo'; */
/* font-family: 'Andale Mono'; */
font-family: 'Monaco';
.selection {
.region {
background-color: orange;
}
}
.comment {
color: #bdbdbd;
}
}
.editor .cursor {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment