Skip to content

Instantly share code, notes, and snippets.

@apkd
Created October 3, 2017 17:34
Show Gist options
  • Save apkd/774695c05491dde28ee00364151c730f to your computer and use it in GitHub Desktop.
Save apkd/774695c05491dde28ee00364151c730f to your computer and use it in GitHub Desktop.
vscode stylesheet customization
.mtk4 {
font-family: 'Operator Mono Light';
font-style: italic;
font-size: 1.21em;
}
.monaco-workbench .panel.integrated-terminal .xterm .xterm-rows {
color: #fffeca;
font-family: "Monoid" !important;
font-size: 9px !important;
font-weight: 100 !important;
}
.monaco-workbench .repl .monaco-tree-row .expression {
font-family: "Monoid" !important;
font-size: 9px !important;
line-height: 0.95 !important;
}
div.view-line > span > span:not(.vs-whitespace) {
filter:drop-shadow(0 0 2px rgba(0,0,0,1));
}
/*
div.view-line > span > span:not(.vs-whitespace) {
filter:brightness(1.1) contrast(110%) saturate(110%) drop-shadow(0 0 2px rgba(0,0,0,1))
} */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment