Skip to content

Instantly share code, notes, and snippets.

@moaalaa
Last active April 28, 2018 18:40
Show Gist options
  • Save moaalaa/2864da23a9197ff20fd12f89327b0600 to your computer and use it in GitHub Desktop.
Save moaalaa/2864da23a9197ff20fd12f89327b0600 to your computer and use it in GitHub Desktop.
.type.storage,.type.storage.declaration, .storage.class.modifier {
font-family: 'Script12PitchBT';
font-size: 1.7em;
}
.type.storage.arrow.function {
font-family: 'Fira Code'
}
.decorator.name, .decorator.punctuation:not(.block), .import.keyword {
font-family: 'Script12PitchBT';
font-size: 1.7em;
color: #68f39b!important;
}
.attribute-name {
font-family: 'Script12PitchBT';
font-size: 1.5em;
}
.html.quoted.double {
color: #a6f3a6!important;
}
.comment {
color: #c5c5fd!important;
}
.comment:not(.punctuation) {
font-family: 'Script12PitchBT';
font-size: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment