Skip to content

Instantly share code, notes, and snippets.

@drewhamlett
Last active March 18, 2024 17:21
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 drewhamlett/9312397bf33ef4e809e4d7214af72e52 to your computer and use it in GitHub Desktop.
Save drewhamlett/9312397bf33ef4e809e4d7214af72e52 to your computer and use it in GitHub Desktop.
VS Code
.monaco-tree .monaco-tree-rows > .monaco-tree-row {
/* min-height: 25px; */
/* margin-bottom: 1px; */
/* font-size: 1.2em; */
/* padding-bottom: 2px; */
}
.monaco-tl-row .label-name span {
/* color: black !important; */
}
.open-editors .monaco-list .monaco-list-row {
padding-left: 0;
}
/* .monaco-list > .monaco-scrollable-element {
height: auto;
} */
.monaco-tree, .monaco-list-row {
/* font-family: system-ui; */
/* font-family: 'IBM Plex Sans' !important; */
}
.explorer-viewlet {
/* font-family: 'IBM Plex Sans' !important; */
}
.monaco-tree.highlighted .monaco-tree-rows > .monaco-tree-row:not(.highlighted) {
/* opacity: 1 !important; */
}
.monaco-tree .monaco-tree-rows > .monaco-tree-row.has-children {
/* font-weight: 500; */
/* font-family: 'IBMPlexSans-SemiBold'; */
}
.monaco-icon-label.folder-icon.explorer-item {
/* font-weight: 500; */
}
* {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment