Created
October 3, 2017 17:34
-
-
Save apkd/774695c05491dde28ee00364151c730f to your computer and use it in GitHub Desktop.
vscode stylesheet customization
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
.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