Last active
August 29, 2015 13:57
-
-
Save coldhawaiian/9847789 to your computer and use it in GitHub Desktop.
Personal style sheet for Atom editor
This file contains 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 { | |
/* | |
* 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