Created
January 6, 2017 14:52
-
-
Save felisio/327e9a0fb1dd6ea25937260c14b4853d to your computer and use it in GitHub Desktop.
Atom Styles
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
atom-workspace { | |
font-family: 'Fira Code'; | |
font-size: 12px; | |
} | |
atom-text-editor { | |
font-family: 'Fira Code'; | |
font-style: normal; | |
text-rendering: optimizeLegibility; | |
} | |
atom-text-editor::shadow { | |
.string.quoted, | |
.string.regexp { | |
-webkit-font-feature-settings: "liga" off, "calt" off; | |
} | |
.source.js.jsx > .keyword.control.flow.js, | |
.storage, | |
.type .function { | |
vertical-align: baseline; | |
font-family: 'flottflott'; | |
height: inherit; | |
font-size: 1.6em; | |
line-height: 1.4rem; | |
} | |
.source.js.jsx, | |
.storage.type.function.arrow.js, | |
.variable { | |
font-family: 'Fira Code'; | |
font-style: normal; | |
font-size: 14px; | |
} | |
.string.unquoted.js { | |
color: #CDD3DE; | |
} | |
.entity.name { | |
font-weight: bold; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment