Created
May 8, 2017 14:02
-
-
Save anthonybrown/d575aa88618e4dbb93c0009e19f08e0f 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
atom-text-editor { | |
font-family: 'Fira Code'; | |
font-style: normal; | |
text-rendering: optimizeLegibility; | |
} | |
atom-text-editor.editor { | |
.syntax--string.syntax--quoted, | |
.syntax--string.syntax--regexp { | |
-webkit-font-feature-settings: "liga" off, "calt" off; | |
} | |
.syntax--source.syntax--js.syntax--jsx > .syntax--keyword.syntax--control.syntax--flow.syntax--js, | |
.syntax--storage, | |
.syntax--type .syntax--function { | |
vertical-align: baseline; | |
font-family: 'flottflott'; | |
height: inherit; | |
font-size: 1.8em; | |
line-height: 1rem; | |
} | |
.syntax--storage.syntax--type.syntax--function.syntax--arrow.syntax--js { | |
font-size: 1.5em; | |
line-height: 1rem; | |
} | |
.syntax--comment { | |
font-style: italic; | |
} | |
.syntax--source.syntax--js.syntax--jsx > .syntax--keyword.syntax--control.syntax--flow.syntax--js { | |
font-family: 'Fira Code'; | |
font-style: normal; | |
} | |
.syntax--string.syntax--unquoted.syntax--js { | |
color: #CDD3DE; | |
} | |
.syntax--entity.syntax--name { | |
font-weight: bold; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment