Skip to content

Instantly share code, notes, and snippets.

@felisio
Created January 6, 2017 14:52
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 felisio/327e9a0fb1dd6ea25937260c14b4853d to your computer and use it in GitHub Desktop.
Save felisio/327e9a0fb1dd6ea25937260c14b4853d to your computer and use it in GitHub Desktop.
Atom Styles
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