Skip to content

Instantly share code, notes, and snippets.

@garbagetown
Created February 19, 2015 07:42
Show Gist options
  • Save garbagetown/05b7fd4e796bf9699cb4 to your computer and use it in GitHub Desktop.
Save garbagetown/05b7fd4e796bf9699cb4 to your computer and use it in GitHub Desktop.
/*
* 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
*/
.title {
font-family: "Ricty Diminished";
}
.tree-view {
font-family: "Ricty Diminished";
}
.file-info {
font-family: "Ricty Diminished";
}
.markdown-preview {
font-family: "Ricty Diminished";
h1, h2, h3, h4, h5, h6 {
font-family: "Ricty Diminished";
}
}
.primary-line {
font-family: "Ricty Diminished";
}
// style the background and foreground colors on the atom-text-editor-element
// itself
atom-text-editor {
}
// To style other content in the text editor's shadow DOM, use the ::shadow
// expression
atom-text-editor::shadow .cursor {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment