Skip to content

Instantly share code, notes, and snippets.

@szalonna
Last active May 3, 2017 12:32
Show Gist options
  • Save szalonna/248ad36f5a07af4d68b12def9de0db22 to your computer and use it in GitHub Desktop.
Save szalonna/248ad36f5a07af4d68b12def9de0db22 to your computer and use it in GitHub Desktop.
vscode-styles for operator mono, fira code ligatures, and oceanic next italic
.type.storage,.type.storage.declaration, .storage.class.modifier {
font-family: 'Operator Mono Book';
}
.type.storage.arrow.function {
font-family: 'Fira Code'
}
.token.keyword.operator {
font-family: 'Fira Code'
}
.decorator.name, .decorator.punctuation:not(.block), .import.keyword {
font-family: 'Operator Mono Book';
}
.attribute-name {
font-family: 'Operator Mono Book';
}
/*token js meta group braces curly function entity name function-call with-arguments class body method round tag jsx embedded expression source*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment