Skip to content

Instantly share code, notes, and snippets.

@qoli
Created September 23, 2020 12:25
Show Gist options
  • Select an option

  • Save qoli/9226ee96adc55c4f8b1fdb36bc35243b to your computer and use it in GitHub Desktop.

Select an option

Save qoli/9226ee96adc55c4f8b1fdb36bc35243b to your computer and use it in GitHub Desktop.
{
"breadcrumbs.enabled": true,
"city-lights-icons-vsc.hidesExplorerArrows": false,
"customizeUI.font.monospace": "JetBrains Mono",
"customizeUI.font.regular": "SF Pro Text",
"customizeUI.fontSizeMap": {
"12px": "11px",
"13px": "11px",
"menu": "13px",
"monospace": "12px",
"tab-title": "11px",
"window-title": "11px"
},
"customizeUI.listRowHeight": 24,
"customizeUI.stylesheet": {
".search-view .search-widgets-container": "padding-top: 0px !important",
".suggest-input-container": "padding: 3px 4px 3px !important;"
},
"customizeUI.titleBar": "inline",
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.renderControlCharacters": false,
"git.autofetch": true,
"problems.decorations.enabled": false,
"window.nativeTabs": true,
"window.titleBarStyle": "native",
"workbench.activityBar.visible": false,
"workbench.colorTheme": "Nord",
"workbench.editor.showIcons": true,
"workbench.fontAliasing": "antialiased",
"workbench.iconTheme": "city-lights-icons-vsc",
"workbench.preferredDarkColorTheme": "Nord",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": true,
"workbench.tree.indent": 14,
"explorer.confirmDelete": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment