Skip to content

Instantly share code, notes, and snippets.

@vitormalencar
Created August 5, 2017 15:57
Show Gist options
  • Save vitormalencar/4135680c7b70d2a75a12e5f4c49715c3 to your computer and use it in GitHub Desktop.
Save vitormalencar/4135680c7b70d2a75a12e5f4c49715c3 to your computer and use it in GitHub Desktop.
Vs code operato mono + fira code ligatures
.type.storage,
.type.storage.declaration,
.storage.class.modifier {
font-family: 'Operator Mono';
}
.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';
}
.attribute-name {
font-family: 'Operator Mono';
}
.comment {
color: #c5c5fd!important;
}
.comment:not(.punctuation) {
font-family: 'Operator Mono';
font-size: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment