Skip to content

Instantly share code, notes, and snippets.

@peterk
Created February 15, 2016 12:02
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 peterk/971de6a191d994cd6fde to your computer and use it in GitHub Desktop.
Save peterk/971de6a191d994cd6fde to your computer and use it in GitHub Desktop.
styles.less turtle
/*
* 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, atom-text-editor::shadow {
.entity.name.tag.namespace.turtle {
color: #2C4569; // Färg för namespace-saker. Välj t.ex. på http://www.colorpicker.com/
font-weight: bold; // Fetstil för namespace-saker
}
}
.editor .cursor {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment