Skip to content

Instantly share code, notes, and snippets.

@JesusMurF
Created April 26, 2017 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JesusMurF/6e51ee616569122abadf52674f5eee64 to your computer and use it in GitHub Desktop.
Save JesusMurF/6e51ee616569122abadf52674f5eee64 to your computer and use it in GitHub Desktop.
Atom Stylesheet
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';
}
}
@JesusMurF
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment