Created
July 6, 2017 18:21
-
-
Save pie6k/c169b050f13840a87d9ef345fc688803 to your computer and use it in GitHub Desktop.
VSCode custom css
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
.monaco-shell { | |
font-family: 'Lucida Grande', sans-serif; | |
} | |
.monaco-split-view > .split-view-view > .header { | |
text-transform: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment