Created
November 17, 2023 01:22
-
-
Save loerise/ba956539fcab9ed69f5da688ba83e397 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
.sidebar .explorer-viewlet *:not([class*="icon"]) { | |
font-family: Hasklug Nerd Font Mono; | |
} | |
.sidebar .scm-viewlet .scm-input * { | |
font-family: -apple-system !important; | |
} | |
.monaco-editor .cgmr { | |
width: 18px !important; | |
margin-left: 4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment