Last active
April 24, 2016 20:54
-
-
Save ArtemAvramenko/f34e96353e37eb9d64183f5408b77f9c to your computer and use it in GitHub Desktop.
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
// UI Theme: One Light | |
// Syntax Theme: Atom Light | |
atom-text-editor, atom-text-editor::shadow { | |
font-family: "Lucida Sans Typewriter"; | |
font-size: 14px; | |
color:#111; | |
.variable { | |
color:#248; | |
} | |
.type2 { | |
color:red; | |
} | |
* { | |
font-weight: normal !important; | |
font-style: normal !important; | |
} | |
} | |
.tree-view { | |
.status-ignored { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment