Skip to content

Instantly share code, notes, and snippets.

@loerise
Created November 17, 2023 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loerise/ba956539fcab9ed69f5da688ba83e397 to your computer and use it in GitHub Desktop.
Save loerise/ba956539fcab9ed69f5da688ba83e397 to your computer and use it in GitHub Desktop.
vscode custom css
.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