Skip to content

Instantly share code, notes, and snippets.

@coldhawaiian
Last active August 29, 2015 13:57
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 coldhawaiian/9847789 to your computer and use it in GitHub Desktop.
Save coldhawaiian/9847789 to your computer and use it in GitHub Desktop.
Personal style sheet for Atom editor
/*
* 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 {
}
.editor {
/*
* Use with Base16 Tomorrow Dark theme,
* https://github.com/atom/base16-tomorrow-dark-theme
*/
.ruby {
.entity.name.type {
text-decoration: none;
}
}
}
.editor .cursor {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment