Created
November 14, 2016 21:47
-
-
Save mohammedzamakhan/03be8cb8bcab53b09772db4d09b7d32e to your computer and use it in GitHub Desktop.
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: 'flottflott'; | |
font-size: 1.7em; | |
} | |
.type.storage.arrow.function { | |
font-family: 'Fira Code' | |
} | |
.decorator.name, .decorator.punctuation:not(.block), .import.keyword { | |
font-family: 'flottflott'; | |
font-size: 1.7em; | |
color: #68f39b!important; | |
} | |
.attribute-name { | |
font-family: 'flottflott'; | |
font-size: 1.5em; | |
} | |
.html.quoted.double { | |
color: #a6f3a6!important; | |
} | |
.comment { | |
color: #c5c5fd!important; | |
} | |
.comment:not(.punctuation) { | |
font-family: flottflott; | |
font-size: 1.5em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment