Last active
May 10, 2018 15:55
-
-
Save peduarte/1f2f433e83f5c981bed09a0b03b0da0c to your computer and use it in GitHub Desktop.
Custom CSS for VSCode using the "Custom CSS and JS Loader"
This file contains hidden or 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-tree, .part.sidebar { | |
font-family: "Operator Mono"; | |
font-size: 14px; | |
line-height: 1.6; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment