Skip to content

Instantly share code, notes, and snippets.

@YobertyAlej
Created October 3, 2017 18:06
Show Gist options
  • Save YobertyAlej/72a6e2f6872bf37b904b2d3058a13b2d to your computer and use it in GitHub Desktop.
Save YobertyAlej/72a6e2f6872bf37b904b2d3058a13b2d to your computer and use it in GitHub Desktop.
VS Code, styling guidelines.
.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';
}
.mtk5 {
color : #16AEB9!important;
}
.comment {
color: #2727CF!important;
}
.comment:not(.punctuation) {
font-family: 'Operator Mono Book';
font-size: 1.5em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment