Created
February 15, 2016 12:02
-
-
Save peterk/971de6a191d994cd6fde to your computer and use it in GitHub Desktop.
styles.less turtle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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