Skip to content

Instantly share code, notes, and snippets.

@davidrothera
Created May 23, 2018 13:50
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 davidrothera/0c1be8ee731bdb232a648f8d73afb018 to your computer and use it in GitHub Desktop.
Save davidrothera/0c1be8ee731bdb232a648f8d73afb018 to your computer and use it in GitHub Desktop.
Using Operator in Atom
atom-text-editor,
atom-workspace {
font-family: "Operator Mono for Powerline";
font-weight: 500;
line-height: 1.9;
}
atom-panel.tool-panel {
font-size: 0.88em;
}
// This is a comment
.editor .comment,
atom-text-editor.editor .syntax--comment {
font-family: "Operator Mono for Powerline";
font-weight: 300;
font-style: italic;
}
.syntax--attribute-name,
.entity.other.attribute-name,
.syntax--control,
.syntax--keyword {
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment