-
-
Save JesusMurF/6e51ee616569122abadf52674f5eee64 to your computer and use it in GitHub Desktop.
Atom Stylesheet
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: "Operator Mono"; | |
font-size: 12px; | |
font-weight: 400; | |
} | |
atom-text-editor { | |
font-family: "Operator Mono"; | |
font-size: 13px; | |
font-weight: 400; | |
line-height: 1.7; | |
} | |
.entity.other.attribute-name, | |
.entity.name.function { | |
font-style: italic; | |
} | |
atom-text-editor::shadow { | |
text-rendering: optimizeLegibility; | |
.entity.other.attribute-name, | |
.storage.type.function.js, | |
.storage.type.class.js { | |
font-family: 'Operator Mono'; | |
font-style: italic; | |
} | |
.keyword.operator, | |
.storage.type.function.arrow.js { | |
font-family: 'Fira Code'; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Plugins I use:
atom-beautify
atom-typescript
autocomplete-modules
busy-signal
emmet
file-icons
intentions
language-babel
linter
linter-js-standard
linter-ui-default
simple-drag-drop-text