Created
August 5, 2017 15:57
-
-
Save vitormalencar/4135680c7b70d2a75a12e5f4c49715c3 to your computer and use it in GitHub Desktop.
Vs code operato mono + fira code ligatures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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