Skip to content

Instantly share code, notes, and snippets.

@malchata
Last active August 28, 2019 14:06
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 malchata/0decf3823fbfb5d5095e42d17bb5a308 to your computer and use it in GitHub Desktop.
Save malchata/0decf3823fbfb5d5095e42d17bb5a308 to your computer and use it in GitHub Desktop.
atom-workspace {
--editor-font-size: 1.625rem;
}
atom-text-editor {
.cursor {
border-left: .25rem solid;
transition: opacity .1875s ease-out;
}
.indent-guide {
box-shadow: inset 1.75px 0;
opacity: .75;
}
}
.tree-view {
font-size: 1.25em;
}
.syntax--comment {
font-weight: 700;
}
.syntax--entity {
&.syntax--name {
&.syntax--tag,
&.syntax--type {
text-decoration: none;
}
}
}
@media (min-width: 100rem) {
atom-workspace {
--editor-font-size: 2rem;
}
.tree-view {
font-size: 1.375em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment